mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-25 21:27:19 +02:00
Duration
- Implemented operator- for us by the Variant.
This commit is contained in:
parent
6242c4a8ae
commit
c23c374b17
2 changed files with 8 additions and 0 deletions
|
@ -41,6 +41,7 @@ public:
|
|||
bool operator< (const Duration&);
|
||||
bool operator> (const Duration&);
|
||||
Duration& operator= (const Duration&);
|
||||
Duration& operator- (const Duration&);
|
||||
~Duration (); // Destructor
|
||||
|
||||
operator time_t () const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue