]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/region.h
Add const to GetTargetSize()
[wxWidgets.git] / include / wx / gtk / region.h
index db25989eb62aeab752e01348ee15187ff3465a7c..50aa865bd38203acde775cce0a92358ce5d55d2d 100644 (file)
@@ -64,7 +64,7 @@ public:
         Union(bmp, transColour, tolerance);
     }
 
-    ~wxRegion();
+    virtual ~wxRegion();
 
     bool Ok() const { return m_refData != NULL; }