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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user