@@ -31,11 +31,11 @@ off_t _offset; int _whence, _errNo; } #ifdef OF_HAVE_PROPERTIES -@property (readonly, retain, nonatomic) OFSeekableStream *stream; +@property (readonly, retain) OFSeekableStream *stream; @property (readonly) off_t offset; @property (readonly) int whence, errNo; #endif /*!