X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ca65c0440a7163e4e37e48b1c4329709d722db47..90675b95824ec90f784afbe883366e289455eb42:/include/wx/generic/region.h diff --git a/include/wx/generic/region.h b/include/wx/generic/region.h index 1657415892..a4fc63a5bd 100644 --- a/include/wx/generic/region.h +++ b/include/wx/generic/region.h @@ -35,17 +35,10 @@ public: wxRegionGeneric(); ~wxRegionGeneric(); - //# Copying - wxRegionGeneric(const wxRegionGeneric& r) - : wxGDIObject() - { Ref(r); } - wxRegionGeneric& operator= (const wxRegionGeneric& r) - { Ref(r); return (*this); } - 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