X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..704ceca8d2cd8da51a5cc22f8c51fd61c762dbf5:/interface/wx/statbmp.h?ds=sidebyside diff --git a/interface/wx/statbmp.h b/interface/wx/statbmp.h index dbefc3b523..58bd010c74 100644 --- a/interface/wx/statbmp.h +++ b/interface/wx/statbmp.h @@ -73,7 +73,7 @@ public: @see SetBitmap() */ - wxBitmap GetBitmap() const; + virtual wxBitmap GetBitmap() const; /** Returns the icon currently used in the control. Notice that this method can @@ -83,7 +83,7 @@ public: @see SetIcon() */ - wxIcon GetIcon() const; + virtual wxIcon GetIcon() const; /** Sets the bitmap label.