summaryrefslogtreecommitdiff
path: root/src/task_ar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/task_ar.h')
-rw-r--r--src/task_ar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/task_ar.h b/src/task_ar.h
index abdc3ae..f2873c7 100644
--- a/src/task_ar.h
+++ b/src/task_ar.h
@@ -20,7 +20,8 @@ public:
TaskAR(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;