]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/dcmemory.h
wx printf() implementation bug fixes ('%' handling, thread safety, ...) and optimisat...
[wxWidgets.git] / include / wx / x11 / dcmemory.h
index 5fd1114288557668b0c7325c4c5df1361a20ef0b..a9d5ebd7f7d2f479b6078a6877ee5b36187b44f3 100644 (file)
@@ -19,7 +19,7 @@ class WXDLLIMPEXP_CORE wxMemoryDC : public wxWindowDC
 public:
     wxMemoryDC();
     wxMemoryDC( wxDC *dc ); // Create compatible DC
-    ~wxMemoryDC();
+    virtual ~wxMemoryDC();
     virtual void SelectObject( const wxBitmap& bitmap );
 
     // implementation