]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/dcmemory.h
Fixed typo.
[wxWidgets.git] / include / wx / x11 / dcmemory.h
index 5fd1114288557668b0c7325c4c5df1361a20ef0b..40c97fc7f0ab715b0f01292c9ff76eb1dde5309e 100644 (file)
@@ -17,9 +17,9 @@
 class WXDLLIMPEXP_CORE wxMemoryDC : public wxWindowDC
 {
 public:
-    wxMemoryDC();
+    wxMemoryDC( const wxBitmap& bitmap = wxNullBitmap );
     wxMemoryDC( wxDC *dc ); // Create compatible DC
-    ~wxMemoryDC();
+    virtual ~wxMemoryDC();
     virtual void SelectObject( const wxBitmap& bitmap );
 
     // implementation