diff -r 9d67172bb323 -r f240f9023393 BLIP/BLIPProperties.h --- a/BLIP/BLIPProperties.h Fri May 23 17:37:36 2008 -0700 +++ b/BLIP/BLIPProperties.h Thu Jul 02 17:51:35 2009 -0700 @@ -45,6 +45,7 @@ /** Mutable subclass of BLIPProperties, used for creating new instances. */ @interface BLIPMutableProperties : BLIPProperties { + @private NSMutableDictionary *_properties; }