@@ -32,11 +32,11 @@ } /*! * A pointer to the memory which is not part of the object. */ -@property (readonly) void *pointer; +@property (readonly, nonatomic) void *pointer; /*! * The object which the memory is not part of. */ @property (readonly, nonatomic) id object;