]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/image.h
clear up wxStringBuffer docs a bit
[wxWidgets.git] / include / wx / image.h
index 3bbc77a9d1445693b2d44b6f5533b9400f12fcb3..aa3070e60d983306f571c56c7c1f181e1eae0c33 100644 (file)
@@ -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 );