TDB2
- Now updates the task ID of any new task, therefore avoiding off-by-one errors that occur when code calls TDB2::next_id.
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
||||
bool get (int, Task&);
|
||||
bool get (const std::string&, Task&);
|
||||
|
||||
void add_task (const Task&);
|
||||
void add_task (Task&);
|
||||
bool modify_task (const Task&);
|
||||
void add_line (const std::string&);
|
||||
void clear_tasks ();
|
||||
|
||||
Reference in New Issue
Block a user