@@ -70,11 +70,11 @@ * To connect to a server, create a socket and connect it. * To create a server, create a socket, bind it and listen on it. */ @interface OFSPXSocket: OFSequencedPacketSocket { - OF_RESERVE_IVARS(4) + OF_RESERVE_IVARS(OFSPXSocket, 4) } /*! * @brief The delegate for asynchronous operations on the socket. *