From: Václav Slavík Date: Sat, 2 Aug 2003 13:51:28 +0000 (+0000) Subject: compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/57bfe3be851afc62b22e7bacdc67f011f86e7e31?ds=inline compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/motif/app.cpp b/src/motif/app.cpp index e5381193b1..15e251c45c 100644 --- a/src/motif/app.cpp +++ b/src/motif/app.cpp @@ -141,7 +141,7 @@ wxApp::~wxApp() delete m_perDisplayData; - wxTheApp = NULL; + wxApp::SetInstance(NULL); } bool wxApp::Initialized()