diff options
Diffstat (limited to 'src/task_so.h')
-rw-r--r-- | src/task_so.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/task_so.h b/src/task_so.h index 1e65694..09aa205 100644 --- a/src/task_so.h +++ b/src/task_so.h @@ -20,7 +20,8 @@ public: TaskSO(const BuildConfiguration& config, const Settings& settings, const std::string& target, - const std::vector<std::string>& objects); + const std::vector<std::string>& objects, + const std::string& sourcePath); bool dirtyInner() override; |