X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d062e17fca1a1fc0b82b269da4a7ad271075ba2b..e1218bd636881ea42715c64b5da9c926ce2d74ec:/include/wx/mac/icon.h diff --git a/include/wx/mac/icon.h b/include/wx/mac/icon.h index 512e95e88f..e24b58316e 100644 --- a/include/wx/mac/icon.h +++ b/include/wx/mac/icon.h @@ -31,7 +31,7 @@ public: wxIcon(const char **data); wxIcon(char **data); - wxIcon(const char bits[], int width=-1, int height=-1); + wxIcon(const char bits[], int width , int height ); wxIcon(const wxString& name, long flags = wxBITMAP_TYPE_ICON_RESOURCE, int desiredWidth = -1, int desiredHeight = -1); ~wxIcon();