diff options
Diffstat (limited to 'src/taskmanager.cc')
-rw-r--r-- | src/taskmanager.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/taskmanager.cc b/src/taskmanager.cc index 3fafb4e..1b34dde 100644 --- a/src/taskmanager.cc +++ b/src/taskmanager.cc @@ -129,7 +129,7 @@ TaskIdListPair TaskManager::moveTask(taskid_t id, taskid_t to) //task_t t = tree.data(id); // Make sure the new parent exists. This will throw an exception if it doesn't - //task_t t_ = tree.data(to); + //task_t t_ = tree.data(to); //t.parentid = to; @@ -304,7 +304,7 @@ TaskList load_tasklist_from_file(std::string file) { TaskList list; - // create MuniaDb class which handles tasks, db-flush and db-init. + // create MuniaDb class which handles tasks, db-flush and db-init. return list; } |