From 5bca507f4f7bf4ccb2188c98fc8a320f428cacb2 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 17 Jan 2013 13:47:56 +0100 Subject: First part move/remove,create problem. --- src/tasktree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tasktree.h') diff --git a/src/tasktree.h b/src/tasktree.h index 0fd2540..8efadeb 100644 --- a/src/tasktree.h +++ b/src/tasktree.h @@ -60,7 +60,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, const std::string &name, const std::string &value) throw (std::exception); task_t data(taskid_t id) throw (std::exception); -- cgit v1.2.3