@@ -21,11 +21,11 @@ /*! * @brief An exception indicating a socket is not connected or bound. */ @interface OFNotConnectedException: OFException { - OFStreamSocket *socket; + OFStreamSocket *_socket; } #ifdef OF_HAVE_PROPERTIES @property (readonly, retain, nonatomic) OFStreamSocket *socket; #endif