From b729ceb23d24fecd17f47cc3c20fb3f62839ac36 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 19 Oct 2001 15:57:59 +0000 Subject: [PATCH] corrected default arguments, so that setting GetStdIcon works again git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/icon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.49.0