BLIP/BLIPProperties.h
changeset 26 cb9cdf247239
parent 0 9d67172bb323
     1.1 --- a/BLIP/BLIPProperties.h	Fri May 23 17:37:36 2008 -0700
     1.2 +++ b/BLIP/BLIPProperties.h	Wed Apr 22 16:45: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