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