@@ -22,11 +22,11 @@ * @brief An exception indicating an attempt to connect or bind an already * connected or bound socket. */ @interface OFAlreadyConnectedException: OFException { - OFTCPSocket *socket; + OFTCPSocket *_socket; } #ifdef OF_HAVE_PROPERTIES @property (readonly, retain, nonatomic) OFTCPSocket *socket; #endif