diff -r 9d67172bb323 -r d8a559a39284 BLIP/BLIPProperties.h --- a/BLIP/BLIPProperties.h Fri May 23 17:37:36 2008 -0700 +++ b/BLIP/BLIPProperties.h Wed May 06 09:21:57 2009 -0700 @@ -45,6 +45,7 @@ /** Mutable subclass of BLIPProperties, used for creating new instances. */ @interface BLIPMutableProperties : BLIPProperties { + @private NSMutableDictionary *_properties; }