]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/toplevel.h
check that the version of __sync_sub_and_fetch that returns a value is supported...
[wxWidgets.git] / include / wx / palmos / toplevel.h
index 08954715afd4489916335e24b25bc76de519c22d..a931c9e3b9bd9058ad96565fc8a306b232f17bb1 100644 (file)
@@ -54,8 +54,7 @@ public:
     virtual bool IsMaximized() const;
     virtual void Iconize(bool iconize = true);
     virtual bool IsIconized() const;
-    virtual void SetIcon(const wxIcon& icon);
-    virtual void SetIcons(const wxIconBundle& icons );
+    virtual void SetIcons(const wxIconBundle& icons);
     virtual void Restore();
 
 #ifndef __WXWINCE__