@@ -30,11 +30,11 @@ int whence; int errNo; } #ifdef OF_HAVE_PROPERTIES -@property (readonly, nonatomic) OFSeekableStream *stream; +@property (readonly, assign) OFSeekableStream *stream; @property (readonly) off_t offset; @property (readonly) int whence; @property (readonly) int errNo; #endif