summaryrefslogtreecommitdiff
path: root/src/tasktree.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-01-17 13:47:56 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2013-01-17 13:47:56 +0100
commit5bca507f4f7bf4ccb2188c98fc8a320f428cacb2 (patch)
tree654d4ff58dede00b3cf0470a6d686926d85f6ec8 /src/tasktree.h
parent2254587e62f050edd11af9e182b65aff3184eba6 (diff)
First part move/remove,create problem.
Diffstat (limited to 'src/tasktree.h')
-rw-r--r--src/tasktree.h2
1 files changed, 1 insertions, 1 deletions
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);