]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/dcmemory.h
use native toolbar, font dialog and CG by default
[wxWidgets.git] / include / wx / mac / carbon / dcmemory.h
index b5103a8e6e025f33c218a921c251067da4fd8dc9..bc6f99ee3ae27390300056bcbbb34c614a42451a 100644 (file)
@@ -21,7 +21,7 @@ class WXDLLEXPORT wxMemoryDC: public wxPaintDC
   public:
     wxMemoryDC(void);
     wxMemoryDC( wxDC *dc ); // Create compatible DC
-    ~wxMemoryDC(void);
+    virtual ~wxMemoryDC(void);
     virtual void SelectObject( const wxBitmap& bitmap );
         wxBitmap    GetSelectedObject() { return m_selected ; }