]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbmp.h
added wxListAttr::AssignFrom()
[wxWidgets.git] / include / wx / msw / statbmp.h
index 82b1a921a17a35d68f91618adb1c02cb7a1b4573..d580d8a7313162cc3e746593fee32016cb461339 100644 (file)
@@ -49,12 +49,8 @@ public:
 
     virtual void SetIcon(const wxIcon& icon) { SetImage(&icon); }
     virtual void SetBitmap(const wxBitmap& bitmap) { SetImage(&bitmap); }
-
-    // can always be used, whether we have a bitmap or an icon in reality
-    wxBitmap GetBitmap() const;
-
-    // can only be used if an icon had been originally used
-    wxIcon GetIcon() const;
+    virtual wxBitmap GetBitmap() const;
+    virtual wxIcon GetIcon() const;
 
 
 protected: