@@ -50,11 +50,11 @@ - (char*)cString; /** * \return The OFString as a C-type wide string of the type it was created as */ -- (wchar_t*)wcString; +- (wchar_t*)wCString; /** * \return The length of the OFString */ - (size_t)length; @@ -99,6 +99,11 @@ * Append a wide C string to the OFString. * * \param str A wide C string to append */ - appendWideCString: (const wchar_t*)str; + +/** + * Reverse the OFString. + */ +- reverse; @end