]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/dc.h
SetTextColour is gone
[wxWidgets.git] / include / wx / os2 / dc.h
index e1ad714f22392c1f92b669f3f5fd71114b351af1..01c4ff4a1cea2da4a62728eaf3c6923a11e321f1 100644 (file)
@@ -84,7 +84,7 @@ public:
     wxDCCacheEntry( HPS   hPS
                    ,int   nDepth
                   );
-    ~wxDCCacheEntry();
+    virtual ~wxDCCacheEntry();
 
     WXHBITMAP                       m_hBitmap;
     HPS                             m_hPS;
@@ -100,7 +100,7 @@ class WXDLLEXPORT wxDC : public wxDCBase
 
 public:
     wxDC(void);
-    ~wxDC();
+    virtual ~wxDC();
 
     // implement base class pure virtuals
     // ----------------------------------