X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a64be16ef8aac40c68ed53cbe0f79979f8f6a898..57e2b887a0e798ab5ab2921cdeba550f322b000c:/include/wx/intl.h?ds=sidebyside diff --git a/include/wx/intl.h b/include/wx/intl.h index 5218a63a84..5c1fa40d42 100644 --- a/include/wx/intl.h +++ b/include/wx/intl.h @@ -545,7 +545,7 @@ private: m_strShort; // short name for the locale int m_language; // this locale wxLanguage value - const wxChar *m_pszOldLocale; // previous locale from setlocale() + const char *m_pszOldLocale; // previous locale from setlocale() wxLocale *m_pOldLocale; // previous wxLocale wxMsgCatalog *m_pMsgCat; // pointer to linked list of catalogs