Rename Range::overlap to Range::overlaps

This commit is contained in:
Thomas Lauf 2018-09-18 20:15:15 +02:00
parent c48063dec7
commit 9e1e604108
7 changed files with 40 additions and 40 deletions

View file

@ -49,7 +49,7 @@ public:
bool contains (const Datetime&) const;
bool overlap (const Range&) const;
bool overlaps (const Range &) const;
bool encloses (const Range&) const;
bool startsWithin (const Range &) const;
bool endsWithin (const Range &) const;