compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-02 13:51:28 +00:00
parent 85f582bda7
commit 57bfe3be85

View File

@@ -141,7 +141,7 @@ wxApp::~wxApp()
delete m_perDisplayData;
wxTheApp = NULL;
wxApp::SetInstance(NULL);
}
bool wxApp::Initialized()