]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/icon.h
automated ifacecheck fixes
[wxWidgets.git] / interface / wx / icon.h
index 57435556876a3e0f173f92af357fb0f914287b42..3f5e9dcf25542847c0da075306fb0b83ac195611 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.
@@ -271,7 +271,7 @@ public:
         @param icon
             Icon to assign.
     */
-    wxIcon operator =(const wxIcon& icon);
+    wxIcon& operator=(const wxIcon& icon);
 };
 
 /**