Now it crashes!
[ITFoundation.git] / ITByteStream.h
index eeb9c76..027e326 100755 (executable)
@@ -12,6 +12,7 @@
  */
 
 @interface ITByteStream : NSObject {
+    @public
     NSMutableData *data;
     @private
     NSLock *lock;