X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..77bfb902226a65423999d6d5f15d68ea5398587f:/interface/wx/statbmp.h diff --git a/interface/wx/statbmp.h b/interface/wx/statbmp.h index d18ff1fe39..58bd010c74 100644 --- a/interface/wx/statbmp.h +++ b/interface/wx/statbmp.h @@ -8,7 +8,6 @@ /** @class wxStaticBitmap - @wxheader{statbmp.h} A static bitmap control displays a bitmap. Native implementations on some platforms are only meant for display of the small icons in the dialog @@ -74,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 @@ -84,7 +83,7 @@ public: @see SetIcon() */ - wxIcon GetIcon() const; + virtual wxIcon GetIcon() const; /** Sets the bitmap label.