From: Vadim Zeitlin Date: Thu, 31 May 2001 21:41:44 +0000 (+0000) Subject: Unix compilation fixed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/803c55373484d1e2bfed85b46cbbfff8bfad1276?ds=sidebyside Unix compilation fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/intl.cpp b/src/common/intl.cpp index 42e01b6274..aea952ed77 100644 --- a/src/common/intl.cpp +++ b/src/common/intl.cpp @@ -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