]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/icon.h
fixed incorrect use of wxVector<> in wxXRC
[wxWidgets.git] / include / wx / os2 / icon.h
index 08f54374f2d158dd1c58cadf3e09029b28c5bc01..af4208791d177a52855ba3a32bd7d8d84f7e687d 100644 (file)
@@ -56,7 +56,7 @@ public:
         LoadFile(loc.GetFileName(), wxBITMAP_TYPE_ICO);
     }
 
-    ~wxIcon();
+    virtual ~wxIcon();
 
     bool LoadFile( const wxString& rName
                   ,long            lFlags = wxBITMAP_TYPE_ICO_RESOURCE
@@ -64,11 +64,6 @@ public:
                   ,int             nDesiredHeight = -1
                  );
 
-    inline bool operator == (const wxIcon& rIcon) const
-       { return m_refData == rIcon.m_refData; }
-    inline bool operator != (const wxIcon& rIcon) const
-       { return m_refData != rIcon.m_refData; }
-
     wxIconRefData *GetIconData() const { return (wxIconRefData *)m_refData; }
 
     inline void SetHICON(WXHICON hIcon) { SetHandle((WXHANDLE)hIcon); }