diff options
Diffstat (limited to 'task.h')
-rw-r--r-- | task.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |