summaryrefslogtreecommitdiff
path: root/src/tasktree.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2012-05-04 14:08:58 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2012-05-04 14:08:58 +0200
commitb4af14f4c3a4fee50dd8ac2c61d2eb79fb648403 (patch)
treece8a0e20b2e24043a3dd2e011956d1bb8d364b3b /src/tasktree.h
parent37135daaaba2ee1945cb1b1163ddd68127b65b1e (diff)
parentf4595145308e24e3f6edcbaa2e30ee05fc90fd55 (diff)
Merge branch 'master' of https://git.oftal.dk/munia
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);