compile w/o tooltips

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2005-03-01 09:54:25 +00:00
parent 72f48155d8
commit e3e34b267b

View File

@@ -717,7 +717,9 @@ bool wxApp::OnInitGui()
void wxApp::CleanUp()
{
#if wxUSE_TOOLTIPS
wxToolTip::RemoveToolTips() ;
#endif
// One last chance for pending objects to be cleaned up
wxTheApp->DeletePendingObjects();