]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/icon.h
no real change; moved wxDataObject and wxDataFormat class declarations after all...
[wxWidgets.git] / interface / wx / icon.h
index 57435556876a3e0f173f92af357fb0f914287b42..b51860c24e2e317f571a400feafd895ab8ee3681 100644 (file)
@@ -180,7 +180,7 @@ public:
         @warning
         Do not delete an icon that is selected into a memory device context.
     */
-    ~wxIcon();
+    virtual ~wxIcon();
 
     /**
         Copies @a bmp bitmap to this icon.
@@ -213,7 +213,7 @@ public:
     /**
         Returns @true if icon data is present.
     */
-    bool IsOk() const;
+    virtual bool IsOk() const;
 
     /**
         Loads an icon from a file or resource.