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