@@ -23,24 +23,24 @@ * * \param str An OFString to set the OFString to. */ - setToCString: (const char*)str; -/** - * Appends another OFString to the OFString. - * - * \param str An OFString to append - */ -- append: (OFString*)str; - /** * Appends a C string to the OFString. * * \param str A C string to append */ - appendCString: (const char*)str; +/** + * Appends another OFString to the OFString. + * + * \param str An OFString to append + */ +- appendString: (OFString*)str; + /** * Appends a formatted C string to the OFString. * See printf for the format syntax. * * \param fmt A format string which generates the string to append