]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utils.cpp
applied heavily modified patch 1116702: support for specifying disabled toolbar image...
[wxWidgets.git] / src / msw / utils.cpp
index ff93865781eb100c5e0880309267ea0671439341..c8a199dc4594f8edbbe699fb7ed9de3b60e01b6c 100644 (file)
@@ -1410,7 +1410,7 @@ extern long wxCharsetToCodepage(const wxChar *name)
     if ( !name )
         return -1;
 
-    wxFontEncoding enc = wxFontMapper::Get()->CharsetToEncoding(name, false);
+    wxFontEncoding enc = wxFontMapperBase::Get()->CharsetToEncoding(name, false);
     if ( enc == wxFONTENCODING_SYSTEM )
         return -1;