@@ -47,11 +47,11 @@ BOOL blocking; BOOL waitingForDelimiter; } #ifdef OF_HAVE_PROPERTIES -@property (assign, getter=isBlocking) BOOL blocking; +@property (getter=isBlocking) BOOL blocking; @property (readonly, getter=isAtEndOfStream) BOOL atEndOfStream; #endif /** * \brief Returns a boolean whether the end of the stream has been reached.