mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Let Interval inherit from Range
- Remove 1 level of indirection - Remove public field Interval::range (instead use interval directly)
This commit is contained in:
parent
0d33700336
commit
9dd106116c
30 changed files with 289 additions and 280 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue