@@ -51,11 +51,11 @@ @interface OFUDPSocket: OFDatagramSocket { #ifdef OF_WII uint16_t _port; #endif - OF_RESERVE_IVARS(4) + OF_RESERVE_IVARS(OFUDPSocket, 4) } /*! * @brief The delegate for asynchronous operations on the socket. *