]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tbar95.h
silenced Watcom warning when deleting const pointer
[wxWidgets.git] / include / wx / msw / tbar95.h
index 4a3be73333eb42aad3410d9c5c05b48e368465ef..ec80d8d95684dcd6d47446750adf13ee8c4e6312 100644 (file)
@@ -56,7 +56,7 @@ public:
 
     virtual void SetToolNormalBitmap(int id, const wxBitmap& bitmap);
     virtual void SetToolDisabledBitmap(int id, const wxBitmap& bitmap);
-    
+
     // implementation only from now on
     // -------------------------------
 
@@ -104,7 +104,9 @@ 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;