X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8636aed89614be928547793f91cea7ca54a0d9a8..3cbe51d09405849cc89b185b90aaa8880365e3dd:/include/wx/gtk1/bitmap.h diff --git a/include/wx/gtk1/bitmap.h b/include/wx/gtk1/bitmap.h index 37c42b14c5..8449a01cdb 100644 --- a/include/wx/gtk1/bitmap.h +++ b/include/wx/gtk1/bitmap.h @@ -19,6 +19,7 @@ #include "wx/object.h" #include "wx/string.h" #include "wx/palette.h" +#include "wx/gdiobj.h" //----------------------------------------------------------------------------- // classes @@ -57,7 +58,7 @@ private: // wxBitmap //----------------------------------------------------------------------------- -class wxBitmap: public wxObject +class wxBitmap: public wxGDIObject { public: wxBitmap(); @@ -88,6 +89,7 @@ public: { return GetPalette(); }; // implementation + // -------------- void SetHeight( int height ); void SetWidth( int width ); @@ -96,8 +98,6 @@ public: GdkPixmap *GetPixmap() const; GdkBitmap *GetBitmap() const; - - // no data :-) private: DECLARE_DYNAMIC_CLASS(wxBitmap)