X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7beb59f36c016d27cf8949eb8c0d38fc63ad536a..5687a67ce1e365d010c6282aa57b4f99f7f5ea29:/include/wx/image.h diff --git a/include/wx/image.h b/include/wx/image.h index 3bbc77a9d1..aa3070e60d 100644 --- a/include/wx/image.h +++ b/include/wx/image.h @@ -136,7 +136,7 @@ public: class WXDLLEXPORT wxImage: public wxObject { public: - wxImage(); + wxImage(){} wxImage( int width, int height, bool clear = true ); wxImage( int width, int height, unsigned char* data, bool static_data = false ); wxImage( const wxString& name, long type = wxBITMAP_TYPE_ANY, int index = -1 );