]> git.saurik.com Git - wxWidgets.git/commitdiff
Readded #if wxUSE_UNICODE to ~wxApp.
authorStefan Neis <Stefan.Neis@t-online.de>
Thu, 16 Mar 2000 19:27:40 +0000 (19:27 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Thu, 16 Mar 2000 19:27:40 +0000 (19:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/app.cpp

index 6855dedd1397cf56a583c92061fa8d15ece605d9..392bb8489d87c0669100da3f98cf273dfd370878 100644 (file)
@@ -529,6 +529,7 @@ wxApp::~wxApp()
     //
     // Delete command-line args
     //
+#if wxUSE_UNICODE
     int                             i;
 
     for (i = 0; i < argc; i++)
@@ -536,6 +537,7 @@ wxApp::~wxApp()
         delete[] argv[i];
     }
     delete[] argv;
+#endif
 } // end of wxApp::~wxApp
 
 bool wxApp::Initialized()