X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f8855e47254a28f5141524b3aaaac03c2944e997..a843055617d0a70ade84647583eb54a4f2c4afc7:/include/wx/mgl/region.h diff --git a/include/wx/mgl/region.h b/include/wx/mgl/region.h index 7bc3b81b44..ec8c23c596 100644 --- a/include/wx/mgl/region.h +++ b/include/wx/mgl/region.h @@ -19,13 +19,6 @@ class WXDLLEXPORT wxRect; class WXDLLEXPORT wxPoint; class MGLRegion; -enum wxRegionContain -{ - wxOutRegion = 0, - wxPartRegion = 1, - wxInRegion = 2 -}; - class WXDLLEXPORT wxRegion : public wxGDIObject { DECLARE_DYNAMIC_CLASS(wxRegion); @@ -47,7 +40,7 @@ public: } wxRegion(); - ~wxRegion(); + virtual ~wxRegion(); //# Modify region // Clear current region @@ -127,7 +120,7 @@ class WXDLLEXPORT wxRegionIterator : public wxObject public: wxRegionIterator(void); wxRegionIterator(const wxRegion& region); - ~wxRegionIterator(void); + virtual ~wxRegionIterator(void); void Reset(void) { m_currentNode = NULL; } void Reset(const wxRegion& region);