X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..3eeefdf9bdc41618a14a8fff96a016004b030e95:/include/wx/mac/carbon/statbmp.h diff --git a/include/wx/mac/carbon/statbmp.h b/include/wx/mac/carbon/statbmp.h index 33cc5bd495..4841947522 100644 --- a/include/wx/mac/carbon/statbmp.h +++ b/include/wx/mac/carbon/statbmp.h @@ -53,9 +53,10 @@ class WXDLLEXPORT wxStaticBitmap: public wxStaticBitmapBase // overriden base class virtuals virtual bool AcceptsFocus() const { return FALSE; } - virtual wxSize DoGetBestSize() const ; protected: + virtual wxSize DoGetBestSize() const; + wxBitmap m_bitmap; DECLARE_EVENT_TABLE() };