]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/icon.h
Partial Watcom C++ 10.6 support added (doesn't link for some reason)
[wxWidgets.git] / include / wx / gtk1 / icon.h
index 2b54f60c059df2d5f09c8fd8d0e00db67b7e8e3b..4f0a9b53245d08d2f99ff22be95a458aabeadacd 100644 (file)
@@ -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 );