]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/bitmap.h
Minor corrections to make dist after reports
[wxWidgets.git] / include / wx / mgl / bitmap.h
index 60bfc1c3357a40c044d326f2179359b2ed3380c8..9e8409a815b701ffa8e46d8fb06dc315211e6d5f 100644 (file)
@@ -23,12 +23,7 @@ struct bitmap_t;
 // wxBitmap
 //-----------------------------------------------------------------------------
 
-class WXDLLIMPEXP_CORE wxBitmapHandler: public wxBitmapHandlerBase
-{
-    DECLARE_ABSTRACT_CLASS(wxBitmapHandler)
-};
-
-class WXDLLEXPORT wxBitmap: public wxBitmapBase
+class WXDLLIMPEXP_CORE wxBitmap: public wxBitmapBase
 {
 public:
     wxBitmap() {}
@@ -74,6 +69,9 @@ public:
     bitmap_t *GetMGLbitmap_t() const;
 
 protected:
+    virtual wxGDIRefData *CreateGDIRefData() const;
+    virtual wxGDIRefData *CloneGDIRefData(const wxGDIRefData *data) const;
+
     // creates temporary DC for access to bitmap's data:
     MGLDevCtx *CreateTmpDC() const;
     // sets fg & bg colours for 1bit bitmaps: