diff options
Diffstat (limited to 'src/tasktree.h')
-rw-r--r-- | src/tasktree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tasktree.h b/src/tasktree.h index 64ce0b6..d5e215f 100644 --- a/src/tasktree.h +++ b/src/tasktree.h @@ -58,7 +58,7 @@ public: TaskIdList insertAsChild(taskid_t parentid, taskid_t id, task_t data) throw (std::exception); TaskIdList remove(taskid_t id) throw (std::exception); - TaskIdList move(taskid_t id, taskid_t newParentId) throw (std::exception); + // TaskIdList move(taskid_t id, taskid_t newParentId) throw (std::exception); TaskIdList updateData(taskid_t id, task_t t) throw (std::exception); task_t data(taskid_t id) throw (std::exception); |