diff --git a/src/common/strconv.cpp b/src/common/strconv.cpp index 62af673a0e..05aa1faa3e 100644 --- a/src/common/strconv.cpp +++ b/src/common/strconv.cpp @@ -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) ) ); }