]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tbarbase.h
fixed outdated filenames
[wxWidgets.git] / include / wx / tbarbase.h
index 1ba060a4364779f0db6626419455181c19f92b9b..7899208435fb0eda43995904d5d8866645bec4c6 100644 (file)
@@ -178,7 +178,7 @@ public:
     void SetNormalBitmap(const wxBitmap& bmp) { m_bmpNormal = bmp; }
     void SetDisabledBitmap(const wxBitmap& bmp) { m_bmpDisabled = bmp; }
 
-    void SetLabel(const wxString& label) { m_label = label; }
+    virtual void SetLabel(const wxString& label) { m_label = label; }
 
     void SetClientData(wxObject *clientData)
     {