]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/bitmap.h
fixed sending duplicate EVT_COMBOBOX events; documented that GetValue() returns new...
[wxWidgets.git] / include / wx / msw / bitmap.h
index 0af92d4ea2c463f827b5c40a8f80d7bfd0653f98..701c4a8c9ecf1deb4c98f0c00ea0d201aef439ac 100644 (file)
@@ -179,6 +179,7 @@ protected:
     void Init();
 
     virtual wxGDIImageRefData *CreateData() const;
     void Init();
 
     virtual wxGDIImageRefData *CreateData() const;
+    virtual wxObjectRefData *CloneRefData(const wxObjectRefData *data) const;
 
     // creates the bitmap from XPM data, supposed to be called from ctor
     bool CreateFromXpm(const char **bits);
 
     // creates the bitmap from XPM data, supposed to be called from ctor
     bool CreateFromXpm(const char **bits);