summaryrefslogtreecommitdiff
path: root/src/tasktree.h
diff options
context:
space:
mode:
authorJonas Suhr Christensen <jsc@umbraculum.org>2012-05-04 14:07:49 +0200
committerJonas Suhr Christensen <jsc@umbraculum.org>2012-05-04 14:07:49 +0200
commitf4595145308e24e3f6edcbaa2e30ee05fc90fd55 (patch)
treeb259bdbcd0644e073c46d301eb93512c13925540 /src/tasktree.h
parent8a231b1dc00d29026cded3938c5d5f95829146e1 (diff)
Renamed getData to data and setting correct parentid
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 aeeddfc..d82b9a4 100644
--- a/src/tasktree.h
+++ b/src/tasktree.h
@@ -54,7 +54,7 @@ public:
TaskIdList remove(taskid_t id) 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 getData(taskid_t id) throw (std::exception);
+ task_t data(taskid_t id) throw (std::exception);
TaskIdList bfs(taskid_t id) throw (std::exception);