X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..c5ce3dfb1efd5346682809f3d2702fd9c4edd52d:/include/wx/x11/region.h diff --git a/include/wx/x11/region.h b/include/wx/x11/region.h index b2e66e71c2..2dc28ecca0 100644 --- a/include/wx/x11/region.h +++ b/include/wx/x11/region.h @@ -82,13 +82,10 @@ public: ~wxRegion(); - wxRegion( const wxRegion& region ) { Ref(region); } - wxRegion& operator = ( const wxRegion& region ) { Ref(region); return *this; } - 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();