changeset 50 | 63baa74c903f |
parent 0 | 9d67172bb323 |
1.1 --- a/BLIP/BLIPProperties.h Fri May 23 17:37:36 2008 -0700 1.2 +++ b/BLIP/BLIPProperties.h Wed Jul 01 14:14:32 2009 -0700 1.3 @@ -45,6 +45,7 @@ 1.4 /** Mutable subclass of BLIPProperties, used for creating new instances. */ 1.5 @interface BLIPMutableProperties : BLIPProperties 1.6 { 1.7 + @private 1.8 NSMutableDictionary *_properties; 1.9 } 1.10