]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/framecmn.cpp
clean up modules after destroying the app, not before it
[wxWidgets.git] / src / common / framecmn.cpp
index b66e7a3f0de52fde94baa7b8e5b1f18d8fa2452c..eadab8e700bff470217826f6f07b9e6de8fd4e3e 100644 (file)
@@ -426,6 +426,9 @@ void wxFrameBase::DoGiveHelp(const wxString& text, bool show)
     }
 
     statbar->SetStatusText(help, m_statusBarPane);
+#else
+    wxUnusedVar(text);
+    wxUnusedVar(show);
 #endif // wxUSE_STATUSBAR
 }