Fix build breakage caused by bConvertEncoding deprecation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5ceb034560
commit
1be1262444
@ -437,7 +437,11 @@ public:
|
||||
{
|
||||
DoCommonInit();
|
||||
|
||||
#if WXWIN_COMPATIBILITY_2_8
|
||||
Init(name, shortName, locale, bLoadDefault, bConvertEncoding);
|
||||
#else
|
||||
Init(name, shortName, locale, bLoadDefault);
|
||||
#endif
|
||||
}
|
||||
|
||||
wxLocale(int language, // wxLanguage id or custom language
|
||||
|
Loading…
Reference in New Issue
Block a user