compilation fix for wxApp after exitOnFrameDelete changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-08-16 23:03:01 +00:00
parent 43a997b6e2
commit 00344dd0f0

View File

@@ -388,13 +388,10 @@ wxAppInitializerFunction wxAppBase::m_appInitFn = (wxAppInitializerFunction) NUL
wxApp::wxApp() wxApp::wxApp()
{ {
m_topWindow = NULL; // TODO: parse the command line
wxTheApp = this;
m_className = "";
m_wantDebugOutput = TRUE ;
m_appName = "";
argc = 0; argc = 0;
argv = NULL; argv = NULL;
m_mainColormap = (WXColormap) NULL; m_mainColormap = (WXColormap) NULL;
m_topLevelWidget = (WXWindow) NULL; m_topLevelWidget = (WXWindow) NULL;
m_maxRequestSize = 0; m_maxRequestSize = 0;