X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..7eaed395dd7174051bd3ff7e1ed46d9c7cda87cc:/interface/wx/region.h diff --git a/interface/wx/region.h b/interface/wx/region.h index ac00b3a9ce..e010f22909 100644 --- a/interface/wx/region.h +++ b/interface/wx/region.h @@ -198,12 +198,12 @@ public: See @ref overview_refcount_destruct "reference-counted object destruction" for more info. */ - ~wxRegion(); + virtual ~wxRegion(); /** Clears the current region. */ - void Clear(); + virtual void Clear(); /** Returns a value indicating whether the given point is contained within the region. @@ -291,7 +291,7 @@ public: /** Returns @true if the region is empty, @false otherwise. */ - bool IsEmpty() const; + virtual bool IsEmpty() const; /** Returns @true if the region is equal to, i.e. covers the same area as,