]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/icon.h
doc view code inteprets wxSTREAM_EOF as correct,
[wxWidgets.git] / include / wx / mac / icon.h
index fed25013ff1083f85f5e39092a4082ac405a8333..90d99dbfed1f4e4bbc9d580c2b6f7b3a2189620b 100644 (file)
@@ -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);