]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/bitmap.h
don't initialize m_str twice in wxCharBuffer ctor
[wxWidgets.git] / include / wx / motif / bitmap.h
index 943f34cae15a25d150e8a49fa4582d2ce11f76c5..fd93fc1c2e130514cf7fe8052f910b466dbc698c 100644 (file)
@@ -149,7 +149,7 @@ public:
     wxBitmap(char **data, wxControl* control);
     
     // Load a file or resource
-    wxBitmap(const wxString& name, long type = wxBITMAP_TYPE_XPM);
+    wxBitmap(const wxString& name, int type = wxBITMAP_TYPE_XPM);
     
     // Constructor for generalised creation from data
     wxBitmap(void *data, long type, int width, int height, int depth = 1);