X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..02bcd285fac7124a41292d905609220005f51087:/src/x11/region.cpp diff --git a/src/x11/region.cpp b/src/x11/region.cpp index 6e8dd85a1e..babe1dcca1 100644 --- a/src/x11/region.cpp +++ b/src/x11/region.cpp @@ -123,7 +123,7 @@ wxObjectRefData *wxRegion::CloneRefData(const wxObjectRefData *data) const // wxRegion comparison // ---------------------------------------------------------------------------- -bool wxRegion::operator==( const wxRegion& region ) +bool wxRegion::operator==( const wxRegion& region ) const { if (m_refData == region.m_refData) return TRUE;