From: Václav Slavík Date: Mon, 11 Jun 2007 07:28:54 +0000 (+0000) Subject: OS X compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/faa60a4f0b456f6eed431c4dd224c1ec04252d99 OS X compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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) ) ); }