@@ -107,11 +107,11 @@ * Frees the OFString and sets it to the specified OFString. * * \param str An OFString to set the OFString to. * \return The new OFString */ -- (OFString*)setTo: (OFString*)str; +- setTo: (OFString*)str; /** * Compares the OFString to another OFString. * * \param str An OFString to compare with