@@ -113,11 +113,11 @@ /** * Sets the OFString to the specified OFString. * * \param str An OFString to set the OFString to. */ -- setTo: (OFString*)str; +- setTo: (const char*)str; /** * Append another OFString to the OFString. * * \param str An OFString to append