@@ -25,11 +25,11 @@ * @brief A class for representing XML comments. */ @interface OFXMLComment: OFXMLNode { OFString *_comment; - OF_RESERVE_IVARS(4) + OF_RESERVE_IVARS(OFXMLComment, 4) } /*! * @brief Creates a new OFXMLComment with the specified string. *