]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/dcclient.h
wxXML load/save improvements: added ability to not ignore whitespace and specify...
[wxWidgets.git] / include / wx / x11 / dcclient.h
index 7f939a3ec9a58bd7a2872faae48c0fff8eb70ece..7fa64da87361edad1d96633fae7ef788aed879e1 100644 (file)
@@ -35,7 +35,7 @@ public:
     wxWindowDC();
     wxWindowDC( wxWindow *win );
 
-    ~wxWindowDC();
+    virtual ~wxWindowDC();
 
     virtual bool CanDrawBitmap() const { return true; }
     virtual bool CanGetTextExtent() const { return true; }