summaryrefslogtreecommitdiff
path: root/task_cc.h
diff options
context:
space:
mode:
Diffstat (limited to 'task_cc.h')
-rw-r--r--task_cc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/task_cc.h b/task_cc.h
index 63ae623..f88433f 100644
--- a/task_cc.h
+++ b/task_cc.h
@@ -17,7 +17,7 @@ class TaskCC
public:
TaskCC(const BuildConfiguration& config,
const Settings& settings,
- const std::string& source);
+ const std::string& sourceDir, const std::string& source);
bool dirtyInner() override;