]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/iconbndl.h
wxDataViewCtrl::IsExpanded should work now under OS X, as well
[wxWidgets.git] / interface / wx / iconbndl.h
index 26fb8349bfe0d28f2e66bb105be644f8d9ff368b..9e35cc0dde6c1a45a6fb31b59f1716615f236fe1 100644 (file)
@@ -73,7 +73,7 @@ public:
     /**
         Same as @code GetIcon( wxSize( size, size ) ) @endcode.
     */
-    const wxIcon  GetIcon(wxCoord size = -1) const;
+    wxIcon GetIcon(wxCoord size = wxDefaultCoord) const;
 
     /**
         Returns the icon with exactly the given size or ::wxNullIcon if this
@@ -91,7 +91,7 @@ public:
     /**
         Assignment operator, using @ref overview_refcount "reference counting".
     */
-    wxIconBundle operator =(const wxIconBundle& ic);
+    wxIconBundle& operator=(const wxIconBundle& ic);
 
     /**
         Equality operator. This returns @true if two icon bundles are equal.