]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/bitmap.h
DC headers don't need to be in gtk/private.h
[wxWidgets.git] / include / wx / msw / bitmap.h
index 8c239785afd8444e11ad0a35b334fbe8fbf37c09..176eb45edb0a4b1f5332932085a5f1025b4ecc80 100644 (file)
@@ -176,7 +176,7 @@ public:
 
 protected:
     virtual wxGDIImageRefData *CreateData() const;
-    virtual wxObjectRefData *CloneRefData(const wxObjectRefData *data) const;
+    virtual wxGDIRefData *CloneGDIRefData(const wxGDIRefData *data) const;
 
     // creates an uninitialized bitmap, called from Create()s above
     bool DoCreate(int w, int h, int depth, WXHDC hdc);