From 019ee9f3026a419cd25916974d32fe1ebcff9578 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 25 Sep 2021 11:06:50 +0200 Subject: Add support for (optionally) explicitly declaring source language type in build configurations. --- src/task_cc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/task_cc.h') 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; -- cgit v1.2.3