@@ -28,15 +28,15 @@ * \brief Creates a new OFXMLCDATA with the specified string. * * \param string The string value for the CDATA * \return A new OFXMLCDATA */ -+ CDATAWithString: (OFString*)string; ++ (instancetype)CDATAWithString: (OFString*)string; /** * \brief Initializes an alredy allocated OFXMLCDATA with the specified string. * * \param string The string value for the CDATA * \return An initialized OFXMLCDATA */ - initWithString: (OFString*)string; @end