mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
I18N - Record
- Localized Record object. - Remove copy ctor, operator= from Duration - unnecessary.
This commit is contained in:
parent
36d4ecab43
commit
db52cf7327
5 changed files with 23 additions and 32 deletions
|
@ -34,9 +34,7 @@ class Duration
|
|||
{
|
||||
public:
|
||||
Duration (); // Default constructor
|
||||
Duration (const Duration&); // Copy constructor
|
||||
Duration (const std::string&); // Parse
|
||||
Duration& operator= (const Duration&); // Assignment operator
|
||||
bool operator< (const Duration&);
|
||||
bool operator> (const Duration&);
|
||||
~Duration (); // Destructor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue