]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dcmemory.h
Add wxUSE_TARSTREAM and wxUSE_FS_ARCHIVE.
[wxWidgets.git] / include / wx / motif / dcmemory.h
index 121dda66041079b25ee626bbc05e7a3ad4112ab2..0d453f55058b1457f9a302dc852d628d42965418 100644 (file)
@@ -19,7 +19,7 @@ class WXDLLIMPEXP_CORE wxMemoryDC : public wxWindowDC
     DECLARE_DYNAMIC_CLASS(wxMemoryDC)
 
 public:
-    wxMemoryDC();
+    wxMemoryDC( const wxBitmap& bitmap = wxNullBitmap );
     wxMemoryDC( wxDC *dc ); // Create compatible DC
     virtual ~wxMemoryDC();