X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/623633eea9e42ac539aa68af2b20785dbdd16db2..33ba5a05623023af942a6b34b0758a98b12d4c82:/include/wx/string.h diff --git a/include/wx/string.h b/include/wx/string.h index 2d79486f83..c3cf3c9b03 100644 --- a/include/wx/string.h +++ b/include/wx/string.h @@ -1372,7 +1372,7 @@ public: #if wxUSE_WCHAR_T const wxWCharBuffer wc_str(const wxMBConv& conv = wxConvLibc) const; #endif // wxUSE_WCHAR_T - const wxCharBuffer fn_str() const { return wxConvFile.cWC2WX( wc_str( wxConvLocal ) ); } + const wxCharBuffer fn_str() const { return wxConvFile.cWC2WX( wc_str( wxConvLibc ) ); } #endif // Unicode/ANSI // overloaded assignment