X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8636aed89614be928547793f91cea7ca54a0d9a8..2f02cb8966964ea7a6f5d875ed9f3434ea05ab59:/include/wx/gtk/bitmap.h diff --git a/include/wx/gtk/bitmap.h b/include/wx/gtk/bitmap.h index 37c42b14c5..2e8a50eb67 100644 --- a/include/wx/gtk/bitmap.h +++ b/include/wx/gtk/bitmap.h @@ -88,6 +88,7 @@ public: { return GetPalette(); }; // implementation + // -------------- void SetHeight( int height ); void SetWidth( int width ); @@ -96,8 +97,6 @@ public: GdkPixmap *GetPixmap() const; GdkBitmap *GetBitmap() const; - - // no data :-) private: DECLARE_DYNAMIC_CLASS(wxBitmap)