X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be2001feddfb5f388c61a5a6f64146f0193e239b..538f3830191e25eaf0edb0a379e08d4f85ee49bc:/include/wx/gtk/region.h diff --git a/include/wx/gtk/region.h b/include/wx/gtk/region.h index c8136c7adb..50aa865bd3 100644 --- a/include/wx/gtk/region.h +++ b/include/wx/gtk/region.h @@ -10,16 +10,9 @@ #ifndef _WX_GTK_REGION_H_ #define _WX_GTK_REGION_H_ -#include "wx/list.h" #include "wx/gdiobj.h" #include "wx/gdicmn.h" -//----------------------------------------------------------------------------- -// classes -//----------------------------------------------------------------------------- - -class WXDLLIMPEXP_CORE wxRegion; - //----------------------------------------------------------------------------- // constants //----------------------------------------------------------------------------- @@ -71,7 +64,7 @@ public: Union(bmp, transColour, tolerance); } - ~wxRegion(); + virtual ~wxRegion(); bool Ok() const { return m_refData != NULL; }