]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/image.h
remove redundant GdkBitmap representation from wxBitmap
[wxWidgets.git] / include / wx / image.h
index aa801035f6242be29b1565adafaff09ea3230e18..51c77dbb4c066f4e441a317f014f73b17bd23f3b 100644 (file)
@@ -393,6 +393,9 @@ protected:
     // note that index must be multiplied by 3 when using it with RGB array
     long XYToIndex(int x, int y) const;
 
+    virtual wxObjectRefData* CreateRefData() const;
+    virtual wxObjectRefData* CloneRefData(const wxObjectRefData* data) const;
+
 private:
     friend class WXDLLEXPORT wxImageHandler;