X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/58614078c466cffaf0e5d0369741706f130fb793..463c1fa1a916b1a262023601f3913fb12c4bcc8f:/include/wx/gtk/icon.h diff --git a/include/wx/gtk/icon.h b/include/wx/gtk/icon.h index ee31769568..2b54f60c05 100644 --- a/include/wx/gtk/icon.h +++ b/include/wx/gtk/icon.h @@ -36,8 +36,9 @@ class wxIcon: public wxBitmap public: wxIcon(void); - wxIcon(const wxIcon& icon); - wxIcon(const wxIcon* icon); + wxIcon( const wxIcon& icon); + wxIcon( const wxIcon* icon); + wxIcon( const char **bits, int width=-1, int height=-1 ); wxIcon( char **bits, int width=-1, int height=-1 ); wxIcon& operator = (const wxIcon& icon);