diff --git a/region.hpp b/region.hpp index 7f224272..43a1ec55 100644 --- a/region.hpp +++ b/region.hpp @@ -46,7 +46,7 @@ namespace util { bool includes (const point&) const; // inclusive of borders bool contains (const point&) const; // exclusive of borders - bool overlaps (const region&) const; + bool overlaps (const region&) const; // exclusive of borders bool operator ==(const region& rhs) const; bool operator !=(const region& rhs) const