@@ -28,11 +28,11 @@ * \brief Creates a new OFXMLComment with the specified string. * * \param string The string for the comment * \return A new OFXMLComment */ -+ commentWithString: (OFString*)string; ++ (instancetype)commentWithString: (OFString*)string; /** * \brief Initializes an already allocated OFXMLComment with the specified * string. *