]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/toolbar.h
compilation fix for windows compilers: _wrename is declared in io.h
[wxWidgets.git] / include / wx / palmos / toolbar.h
index 217b79125f985ee44691711793c7aae17d803abe..4e4d85455ed72abca8b9befd3f4afdeeaa508a62 100644 (file)
@@ -83,7 +83,8 @@ protected:
                                           wxObject *clientData,
                                           const wxString& shortHelp,
                                           const wxString& longHelp);
-    virtual wxToolBarToolBase *CreateTool(wxControl *control);
+    virtual wxToolBarToolBase *CreateTool(wxControl *control,
+                                          const wxString& label);
 
     // return the appropriate size and flags for the toolbar control
     virtual wxSize DoGetBestSize() const;