Let Interval inherit from Range

- Remove 1 level of indirection
- Remove public field Interval::range (instead use interval directly)
This commit is contained in:
Thomas Lauf 2018-06-13 23:01:35 +02:00
parent 0d33700336
commit 9dd106116c
30 changed files with 289 additions and 280 deletions

View file

@ -59,7 +59,7 @@ public:
std::vector <Range> subtract (const Range&) const;
time_t total () const;
std::string dump () const;
virtual std::string dump () const;
public:
Datetime start {0};