]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/bitmap.h
virtual method hiding in GTK, so add direct implementation
[wxWidgets.git] / include / wx / gtk / bitmap.h
index afd8247eb444bd6249a135a4f35e0fae94530d20..e1b6e792ad474bd28ea832b134bdf830c0d028a3 100644 (file)
@@ -87,6 +87,9 @@ public:
     bool Create(int width, int height, int depth = wxBITMAP_SCREEN_DEPTH);
     bool Create(const wxSize& sz, int depth = wxBITMAP_SCREEN_DEPTH)
         { return Create(sz.GetWidth(), sz.GetHeight(), depth); }
+    bool Create(int width, int height, const wxDC& WXUNUSED(dc))
+        { return Create(width,height); }
+    
 
     virtual int GetHeight() const;
     virtual int GetWidth() const;