]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/icon.h
added wxApp::Yield
[wxWidgets.git] / include / wx / mac / icon.h
index 512e95e88f259d8fbbf09fda6699d4dae41dc69b..e24b58316e8c01daf4fc3c6a0f03ac17e7ba88f7 100644 (file)
@@ -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();