need wxUSE_WCHAR_T around wxConvLocal
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e3fed5c49a
commit
7f1698c34c
@ -66,7 +66,9 @@ public:
|
||||
virtual bool OnInit() { return TRUE; }
|
||||
virtual void OnExit()
|
||||
{
|
||||
#if wxUSE_WCHAR_T
|
||||
wxConvLocal.Clear();
|
||||
#endif
|
||||
}
|
||||
|
||||
DECLARE_DYNAMIC_CLASS(wxStrConvModule)
|
||||
|
Loading…
Reference in New Issue
Block a user