Unix compilation fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-05-31 21:41:44 +00:00
parent dccce9eae1
commit 803c553734

View File

@ -1006,8 +1006,8 @@ wxFontEncoding wxLocale::GetSystemEncoding()
wxString encname = GetSystemEncodingName();
if ( !encname.empty() )
{
return wxFontMapper::CharsetToEncoding(encname,
FALSE /* not interactive */);
return wxTheFontMapper->
CharsetToEncoding(encname, FALSE /* not interactive */);
}
#endif // Win32/Unix