]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/region.h
[ 1557284 ] wxGenericComboControl -> wxGenericComboCtrl
[wxWidgets.git] / include / wx / gtk1 / region.h
index 217b37195f03ceb40d241d47898c059e81d92b88..fb1697fc325bf2c8b1a91df584dee3d7eb771497 100644 (file)
@@ -24,13 +24,6 @@ class WXDLLIMPEXP_CORE wxRegion;
 // constants
 //-----------------------------------------------------------------------------
 
-enum wxRegionContain
-{
-    wxOutRegion = 0,
-    wxPartRegion = 1,
-    wxInRegion = 2
-};
-
 // So far, for internal use only
 enum wxRegionOp
 {
@@ -78,7 +71,7 @@ public:
         Union(bmp, transColour, tolerance);
     }
 
-    ~wxRegion();
+    virtual ~wxRegion();
 
     bool Ok() const { return m_refData != NULL; }