X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c3c38444859b01812a357fc85b98b15582349ce..b4a12e485bd5baad8e14ec963b75586d2ee745c7:/include/wx/generic/region.h diff --git a/include/wx/generic/region.h b/include/wx/generic/region.h index 9be316fc10..1163dc9be7 100644 --- a/include/wx/generic/region.h +++ b/include/wx/generic/region.h @@ -6,7 +6,7 @@ // Created: 2004/04/12 // RCS-ID: $Id$ // Copyright: (c) 2004 David Elliott -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _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