// Created: 2004/04/12
// RCS-ID: $Id$
// Copyright: (c) 2004 David Elliott
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_GENERIC_REGION_H__
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