]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/bitmap.h
added wxART_MISSING_IMAGE
[wxWidgets.git] / include / wx / x11 / bitmap.h
index 4fa848590a9979c73267b9508dcfb5732053c479..55043f8cb101ef3f039ffd16b35f25be2b3e77a4 100644 (file)
@@ -122,7 +122,7 @@ public:
     
 protected:
     bool CreateFromXpm(const char **bits);
-    bool CreateFromImage(const wxImage& image, int depth);
+    bool CreateFromImage(const wxImage& image, int depth = -1);
 
 private:
     DECLARE_DYNAMIC_CLASS(wxBitmap)