]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/toolbar.h
no changes, just update the copyright in the header
[wxWidgets.git] / include / wx / msw / toolbar.h
index 5e9c3e32b103706e3bb87eb9c846c84b4501194c..b835541e802713268708da73f754b3cfc27d05bc 100644 (file)
@@ -88,9 +88,6 @@ protected:
     // create the native toolbar control
     bool MSWCreateToolbar(const wxPoint& pos, const wxSize& size);
 
-    // just a wrapper for TB_SETBITMAPSIZE
-    void MSWSetBitmapSize(const wxSize& size);
-
     // recreate the control completely
     void Recreate();
 
@@ -154,7 +151,7 @@ private:
 
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxToolBar)
-    DECLARE_NO_COPY_CLASS(wxToolBar)
+    wxDECLARE_NO_COPY_CLASS(wxToolBar);
 };
 
 #endif // wxUSE_TOOLBAR