X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/20b6985553b4e01e7960847e3211d940aeff8742..fba05595e6cca40763f8ead119c7ad61cb01e0e4:/include/wx/mac/carbon/statbmp.h diff --git a/include/wx/mac/carbon/statbmp.h b/include/wx/mac/carbon/statbmp.h index 4e07e018a0..4841947522 100644 --- a/include/wx/mac/carbon/statbmp.h +++ b/include/wx/mac/carbon/statbmp.h @@ -12,10 +12,6 @@ #ifndef _WX_STATBMP_H_ #define _WX_STATBMP_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "statbmp.h" -#endif - #include "wx/icon.h" class WXDLLEXPORT wxStaticBitmap: public wxStaticBitmapBase @@ -57,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() };