X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..da8cf7236e48410e095c2ff50efe0c013ed89078:/include/wx/gtk/statbmp.h?ds=sidebyside diff --git a/include/wx/gtk/statbmp.h b/include/wx/gtk/statbmp.h index 00677618de..241b5352ed 100644 --- a/include/wx/gtk/statbmp.h +++ b/include/wx/gtk/statbmp.h @@ -21,7 +21,7 @@ // wxStaticBitmap //----------------------------------------------------------------------------- -class wxStaticBitmap : public wxStaticBitmapBase +class WXDLLIMPEXP_CORE wxStaticBitmap : public wxStaticBitmapBase { public: wxStaticBitmap(); @@ -56,9 +56,6 @@ public: GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); private: - // creates the new pixmap widget - void CreatePixmapWidget(); - wxBitmap m_bitmap; DECLARE_DYNAMIC_CLASS(wxStaticBitmap)