]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dcmemory.h
Add class factories for filter streams. Also filters now follow the convention
[wxWidgets.git] / include / wx / msw / dcmemory.h
index 39de2e1702ce0729b0b395cec1eb7125ce33ff6f..1e138b2e329f7f0cfdaccf813f2a038bf7ff2202 100644 (file)
@@ -17,7 +17,7 @@
 class WXDLLEXPORT wxMemoryDC : public wxDC
 {
 public:
 class WXDLLEXPORT wxMemoryDC : public wxDC
 {
 public:
-    wxMemoryDC();
+    wxMemoryDC( const wxBitmap& bitmap = wxNullBitmap );
     wxMemoryDC(wxDC *dc); // Create compatible DC
 
     virtual void SelectObject(const wxBitmap& bitmap);
     wxMemoryDC(wxDC *dc); // Create compatible DC
 
     virtual void SelectObject(const wxBitmap& bitmap);