]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/toolbar.cpp
"const" added to wxAceelTable ctor
[wxWidgets.git] / src / stubs / toolbar.cpp
index 61f34c8283ffae66e34e70426988a10fdcc434b0..ab0ace8901183607a2cf0e4f8457f5429c15e23a 100644 (file)
 #pragma implementation "toolbar.h"
 #endif
 
-// For compilers that support precompilation, includes "wx.h".
-#include "wx/wxprec.h"
-
-#ifdef __BORLANDC__
-#pragma hdrstop
-#endif
-
-#ifndef WX_PRECOMP
-#include "wx.h"
-#endif
-
+#include "wx/wx.h"
 #include "wx/toolbar.h"
 
 #if !USE_SHARED_LIBRARY
@@ -105,7 +95,6 @@ void wxToolBar::EnableTool(int toolIndex, bool enable)
         tool->m_enabled = enable;
         // TODO enable button
     }
-  }
 }
 
 void wxToolBar::ToggleTool(int toolIndex, bool toggle)