X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e52f60e65236befe1a509cc3c1823607be0d2b3c..b4277bbc2531994afa3c467fb6e630822c8b6284:/include/wx/gtk/icon.h diff --git a/include/wx/gtk/icon.h b/include/wx/gtk/icon.h index 2b54f60c05..4f0a9b5324 100644 --- a/include/wx/gtk/icon.h +++ b/include/wx/gtk/icon.h @@ -4,7 +4,7 @@ // Author: Robert Roebling // Id: $Id$ // Copyright: (c) 1998 Robert Roebling -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -35,9 +35,8 @@ class wxIcon: public wxBitmap public: - wxIcon(void); + wxIcon(); 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 );