]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/app.cpp
fixed release mode warnings
[wxWidgets.git] / src / motif / app.cpp
index e5381193b166bce77b83594325fc6bff7ba89f2a..15e251c45ce1bd949e1dff26b6d52eee2d800d44 100644 (file)
@@ -141,7 +141,7 @@ wxApp::~wxApp()
 
     delete m_perDisplayData;
 
-    wxTheApp = NULL;
+    wxApp::SetInstance(NULL);
 }
 
 bool wxApp::Initialized()