diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-09-25 11:06:50 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-09-25 11:14:36 +0200 |
commit | 019ee9f3026a419cd25916974d32fe1ebcff9578 (patch) | |
tree | 0e4edbdc40db6cff21d85613decb176ad2dd5378 /src/task_cc.h | |
parent | dcd084fa4abcde59d8e69c3fd24ec8685ad5065c (diff) |
Add support for (optionally) explicitly declaring source language type in build configurations.
Diffstat (limited to 'src/task_cc.h')
-rw-r--r-- | src/task_cc.h | 2 |
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; |