]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/statbmp.h
Removed wxPG_EX_LEGACY_VALIDATORS
[wxWidgets.git] / interface / wx / statbmp.h
index dbefc3b5236865193ef14cc4846c4e57d8ac318f..58bd010c7471ebac3021f23f1912d1af6325c263 100644 (file)
@@ -73,7 +73,7 @@ public:
 
         @see SetBitmap()
     */
 
         @see SetBitmap()
     */
-    wxBitmap GetBitmap() const;
+    virtual wxBitmap GetBitmap() const;
 
     /**
         Returns the icon currently used in the control. Notice that this method can
 
     /**
         Returns the icon currently used in the control. Notice that this method can
@@ -83,7 +83,7 @@ public:
 
         @see SetIcon()
     */
 
         @see SetIcon()
     */
-    wxIcon GetIcon() const;
+    virtual wxIcon GetIcon() const;
 
     /**
         Sets the bitmap label.
 
     /**
         Sets the bitmap label.