]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed arguments to make it wxMSW compatible
authorKarsten Ballüder <ballueder@usa.net>
Fri, 10 Jul 1998 08:26:54 +0000 (08:26 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Fri, 10 Jul 1998 08:26:54 +0000 (08:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/icon.h
include/wx/gtk1/icon.h

index 7bcfd636c209f3d12dee90677d390acb97665a18..22c1bda7e578a703f2e6ba577a253ef622b0c7c3 100644 (file)
@@ -41,7 +41,7 @@ public:
   inline wxIcon(const wxIcon& icon) { Ref(icon); }
   inline wxIcon(const wxIcon* icon) { if (icon) Ref(*icon); }
 
-  wxIcon( char **bits, int WXUNUSED(width), int WXUNUSED(height) ) :
+  wxIcon( char **bits, int width=-1, int height=-1 ) :
     wxBitmap( bits ) {};
     
   inline wxIcon& operator = (const wxIcon& icon) { if (*this == icon) return (*this); Ref(icon); return *this; }
index 7bcfd636c209f3d12dee90677d390acb97665a18..22c1bda7e578a703f2e6ba577a253ef622b0c7c3 100644 (file)
@@ -41,7 +41,7 @@ public:
   inline wxIcon(const wxIcon& icon) { Ref(icon); }
   inline wxIcon(const wxIcon* icon) { if (icon) Ref(*icon); }
 
-  wxIcon( char **bits, int WXUNUSED(width), int WXUNUSED(height) ) :
+  wxIcon( char **bits, int width=-1, int height=-1 ) :
     wxBitmap( bits ) {};
     
   inline wxIcon& operator = (const wxIcon& icon) { if (*this == icon) return (*this); Ref(icon); return *this; }