X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e51b17a1f9de88035fa051fbac8b074f507e775d..c7f73af494dcebd162d5130a90738288719fa590:/include/wx/string.h diff --git a/include/wx/string.h b/include/wx/string.h index db9a54b8b3..bdd38c93a1 100644 --- a/include/wx/string.h +++ b/include/wx/string.h @@ -830,8 +830,11 @@ public: #if wxUSE_WCHAR_T const wxWCharBuffer wc_str(wxMBConv& conv) const; #endif // wxUSE_WCHAR_T - +#ifdef __WXOSX__ + const wxCharBuffer fn_str() const { return wxConvFile.cWC2WX( wc_str( wxConvLocal ) ); } +#else const wxChar* fn_str() const { return c_str(); } +#endif #endif // Unicode/ANSI // overloaded assignment