]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dc.h
fix the run-time behaviour after the last compilation fixing patch
[wxWidgets.git] / include / wx / motif / dc.h
index 5af28891085fe0e3cef727edd009d4e8ba30dc1e..8d60b16414811186dd9d21ba22e961a383bcbff7 100644 (file)
@@ -43,7 +43,7 @@ class WXDLLEXPORT wxDC : public wxDCBase
 
 public:
     wxDC();
-    ~wxDC() { }
+    virtual ~wxDC() { }
 
     // implement base class pure virtuals
     // ----------------------------------