]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 2 Aug 2003 13:51:28 +0000 (13:51 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 2 Aug 2003 13:51:28 +0000 (13:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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()