]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/dcmemory.h
ShouldOffset is accessed from a different class (in dcgraph.cpp)
[wxWidgets.git] / include / wx / x11 / dcmemory.h
index a9d5ebd7f7d2f479b6078a6877ee5b36187b44f3..40c97fc7f0ab715b0f01292c9ff76eb1dde5309e 100644 (file)
@@ -17,7 +17,7 @@
 class WXDLLIMPEXP_CORE wxMemoryDC : public wxWindowDC
 {
 public:
-    wxMemoryDC();
+    wxMemoryDC( const wxBitmap& bitmap = wxNullBitmap );
     wxMemoryDC( wxDC *dc ); // Create compatible DC
     virtual ~wxMemoryDC();
     virtual void SelectObject( const wxBitmap& bitmap );