X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16ee7f42e1b6964e5b7dd8d2152ea31a3748b370..e52f60e65236befe1a509cc3c1823607be0d2b3c:/include/wx/gtk/bitmap.h diff --git a/include/wx/gtk/bitmap.h b/include/wx/gtk/bitmap.h index 8051b4da71..35d5c3008a 100644 --- a/include/wx/gtk/bitmap.h +++ b/include/wx/gtk/bitmap.h @@ -62,6 +62,7 @@ public: wxBitmap( int width, int height, int depth = -1 ); wxBitmap( const char bits[], int width, int height, int depth = 1 ); wxBitmap( const wxImage &image ); + wxBitmap( const char **bits ); wxBitmap( char **bits ); wxBitmap( const wxBitmap& bmp ); wxBitmap( const wxBitmap* bmp );