X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..696b38f7f5255a9aae92822efafc3de36e3390a5:/include/wx/x11/region.h?ds=sidebyside diff --git a/include/wx/x11/region.h b/include/wx/x11/region.h index b2e66e71c2..b4c1ce349a 100644 --- a/include/wx/x11/region.h +++ b/include/wx/x11/region.h @@ -87,8 +87,8 @@ public: bool Ok() const { return m_refData != NULL; } - bool operator == ( const wxRegion& region ); - bool operator != ( const wxRegion& region ) { return !(*this == region); } + bool operator == ( const wxRegion& region ) const; + bool operator != ( const wxRegion& region ) const { return !(*this == region); } void Clear();