@@ -21,11 +21,11 @@ /*! * @brief An exception indicating that setting an option for a stream failed. */ @interface OFSetOptionFailedException: OFException { - OFStream *stream; + OFStream *_stream; } #ifdef OF_HAVE_PROPERTIES @property (readonly, retain, nonatomic) OFStream *stream; #endif