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