X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/584bede0618774ad7f62476c9adddeb9776fb737..c2bbeff0048b6f02bf1ef41edc6c7a3ce148f907:/include/wx/mac/statbmp.h?ds=inline diff --git a/include/wx/mac/statbmp.h b/include/wx/mac/statbmp.h index 3ae276eaff..67e92e96e6 100644 --- a/include/wx/mac/statbmp.h +++ b/include/wx/mac/statbmp.h @@ -46,7 +46,6 @@ class WXDLLEXPORT wxStaticBitmap: public wxStaticBitmapBase virtual void Command(wxCommandEvent& WXUNUSED(event)) {}; virtual void ProcessCommand(wxCommandEvent& WXUNUSED(event)) {}; virtual void OnPaint( wxPaintEvent &event ) ; - void SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO); wxBitmap GetBitmap() const { return m_bitmap; } wxIcon GetIcon() const @@ -58,7 +57,7 @@ class WXDLLEXPORT wxStaticBitmap: public wxStaticBitmapBase // overriden base class virtuals virtual bool AcceptsFocus() const { return FALSE; } - wxSize DoGetBestSize() const ; + virtual wxSize DoGetBestSize() const ; protected: wxBitmap m_bitmap;