diff options
Diffstat (limited to 'src/task.cc')
-rw-r--r-- | src/task.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/task.cc b/src/task.cc index 37e1879..fb50765 100644 --- a/src/task.cc +++ b/src/task.cc @@ -36,7 +36,7 @@ int Task::registerDepTasks(const std::set<std::shared_ptr<Task>>& tasks) } } - return 0; + return registerDepTasksInner(tasks); } bool Task::operator==(const std::string& depStr) |