summaryrefslogtreecommitdiff
path: root/task.h
diff options
context:
space:
mode:
Diffstat (limited to 'task.h')
-rw-r--r--task.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/task.h b/task.h
index 00b01d2..f7a4758 100644
--- a/task.h
+++ b/task.h
@@ -21,7 +21,7 @@ class Task
public:
Task(const std::vector<std::string>& depends);
- void registerDepTasks(const std::list<std::shared_ptr<Task>>& tasks);
+ int registerDepTasks(const std::list<std::shared_ptr<Task>>& tasks);
bool dirty();
bool ready();