diff -r 9d67172bb323 -r 423c134d3205 BLIP/BLIPProperties.h --- a/BLIP/BLIPProperties.h Fri May 23 17:37:36 2008 -0700 +++ b/BLIP/BLIPProperties.h Tue May 05 15:27:20 2009 -0700 @@ -45,6 +45,7 @@ /** Mutable subclass of BLIPProperties, used for creating new instances. */ @interface BLIPMutableProperties : BLIPProperties { + @private NSMutableDictionary *_properties; }