OS X compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8728cae3bf
commit
faa60a4f0b
@ -2738,7 +2738,7 @@ public:
|
||||
}
|
||||
|
||||
#if wxUSE_FONTMAP
|
||||
wxMBConv_mac(const wxChar* name)
|
||||
wxMBConv_mac(const char* name)
|
||||
{
|
||||
Init( wxMacGetSystemEncFromFontEnc( wxFontMapperBase::Get()->CharsetToEncoding(name, false) ) );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user