@@ -66,26 +66,26 @@ * \param str A wide C string to initialize the OFString with * \return An initialized OFString */ - initFromWideCString: (const wchar_t*)str; -/** - * \return The OFString as a C string, if possible (if not, returns NULL). - * If not needed anymore, it is usefull to call freeMem:. - */ -- (char*)getCString; - /** * \return The OFString as a wide C string */ -- (wchar_t*)wideCString; +- (const wchar_t*)wideCString; /** * \return The length of the OFString */ - (size_t)length; +/** + * \return The OFString as a C string, if possible (if not, returns NULL). + * If not needed anymore, it is usefull to call freeMem:. + */ +- (char*)getCString; + /** * Clones the OFString, creating a new one. * * \return A copy of the OFString */