X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ca65c0440a7163e4e37e48b1c4329709d722db47..97c58531bf6912d5b6214b4bd6298466ebcb87ca:/include/wx/generic/region.h diff --git a/include/wx/generic/region.h b/include/wx/generic/region.h index 1657415892..1163dc9be7 100644 --- a/include/wx/generic/region.h +++ b/include/wx/generic/region.h @@ -44,8 +44,8 @@ public: bool Ok() const { return m_refData != NULL; } - bool operator == ( const wxRegionGeneric& region ); - bool operator != ( const wxRegionGeneric& region ) { return !(*this == region); } + bool operator == ( const wxRegionGeneric& region ) const; + bool operator != ( const wxRegionGeneric& region ) const { return !(*this == region); } //# Modify region // Clear current region