changeset 49 | 20cccc7c26ee |
parent 0 | 9d67172bb323 |
1.1 --- a/BLIP/BLIPProperties.h Fri May 23 17:37:36 2008 -0700 1.2 +++ b/BLIP/BLIPProperties.h Sun May 24 15:03:39 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