X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/519cb848a8f4c91c73421bb75314754284e593a4..b742792c082c29ee6a1b172daf78c63cb3427dbd:/include/wx/mac/icon.h diff --git a/include/wx/mac/icon.h b/include/wx/mac/icon.h index fed25013ff..90d99dbfed 100644 --- a/include/wx/mac/icon.h +++ b/include/wx/mac/icon.h @@ -44,6 +44,8 @@ public: // Copy constructors inline wxIcon(const wxIcon& icon) { Ref(icon); } + wxIcon( const char **bits, int width=-1, int height=-1 ); + wxIcon( 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);