Compile fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-08-16 02:27:12 +00:00
parent 42cfcc58ee
commit 84c1ffa9cc
2 changed files with 74 additions and 74 deletions

View File

@@ -1067,7 +1067,7 @@ wxApp::wxApp()
argv = NULL;
m_printMode = wxPRINT_WINDOWS;
m_exitOnFrameDelete = TRUE;
SetExitOnFrameDelete(TRUE);
m_auto3D = TRUE;
}

View File

@@ -1067,7 +1067,7 @@ wxApp::wxApp()
argv = NULL;
m_printMode = wxPRINT_WINDOWS;
m_exitOnFrameDelete = TRUE;
SetExitOnFrameDelete(TRUE);
m_auto3D = TRUE;
}