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