]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tbarmsw.h
compilation fixes
[wxWidgets.git] / include / wx / msw / tbarmsw.h
index 5ce62ea20d38c53ba8a128830aa38bc7b5358fb0..29b4dfece1dc8a00dd3fd527bd64a02817a534b1 100644 (file)
@@ -17,6 +17,7 @@
 #endif
 
 #if wxUSE_BUTTONBAR && wxUSE_TOOLBAR
+
 #include "wx/tbarbase.h"
 
 WXDLLEXPORT_DATA(extern const char*) wxButtonBarNameStr;
@@ -65,7 +66,7 @@ public:
   // The button size is bigger than the bitmap size
   wxSize GetToolSize(void) const;
 
-  void Layout(void);
+  void LayoutTools();
 
   // The post-tool-addition call
   bool Realize() { Layout(); return TRUE; };