diff options
Diffstat (limited to 'task.cc')
-rw-r--r-- | task.cc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -139,3 +139,8 @@ std::string Task::compiler() const break; } } + +std::list<std::shared_ptr<Task>> Task::getDependsTasks() +{ + return dependsTasks; +} |