Removed wxTheApp = this from wxApp constructor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5b59df8315
commit
e22958052d
@ -168,7 +168,6 @@ void wxApp::CleanUp()
|
||||
wxApp::wxApp()
|
||||
{
|
||||
m_topWindow = NULL;
|
||||
wxTheApp = this;
|
||||
|
||||
m_isIdle = true;
|
||||
#if WXWIN_COMPATIBILITY_2_2
|
||||
|
Loading…
Reference in New Issue
Block a user