Fixes to get library to compile

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2000-01-03 18:25:26 +00:00
parent d8cde57b83
commit aa2097dda2
2 changed files with 29 additions and 15 deletions

View File

@@ -510,6 +510,7 @@ wxApp::wxApp()
wxApp::~wxApp()
{
#ifdef wxUSE_UNICODE
// Delete command-line args
int i;
for (i = 0; i < argc; i++)
@@ -517,6 +518,7 @@ wxApp::~wxApp()
delete[] argv[i];
}
delete[] argv;
#endif
}
bool wxApp::Initialized()