Unix compilation fixed
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 31 May 2001 21:41:44 +0000 (21:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 31 May 2001 21:41:44 +0000 (21:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/intl.cpp

index 42e01b62742e8c4e8b05c3c2c0e629d8cb7e736e..aea952ed77ff8e7e2cf0f4ccde84c84c0e92aaf1 100644 (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