X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/427c415b933075ab9be91d7116c6db80858e0b78..058f225a44d83d42ba9d773efc705badbf0e5e3c:/interface/wx/iconbndl.h diff --git a/interface/wx/iconbndl.h b/interface/wx/iconbndl.h index 26fb8349bf..9e35cc0dde 100644 --- a/interface/wx/iconbndl.h +++ b/interface/wx/iconbndl.h @@ -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.