- 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:
Paul Beckingham 2014-08-16 14:20:00 -04:00
parent 45e6512c02
commit 6faf6bb678
4 changed files with 11 additions and 14 deletions

View file

@ -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 ();