]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/icon.h
Temporarily disable the email notifications as we're getting false ones from
[wxWidgets.git] / interface / wx / icon.h
index b51860c24e2e317f571a400feafd895ab8ee3681..3f5e9dcf25542847c0da075306fb0b83ac195611 100644 (file)
@@ -271,7 +271,7 @@ public:
         @param icon
             Icon to assign.
     */
-    wxIcon operator =(const wxIcon& icon);
+    wxIcon& operator=(const wxIcon& icon);
 };
 
 /**