From eb00551f0e990495c6d7533ed193f459cb449665 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 11 Jan 2023 18:19:07 +0100 Subject: Rename Settings struct to setings --- src/task_cc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/task_cc.h') diff --git a/src/task_cc.h b/src/task_cc.h index ee53f6d..15144ad 100644 --- a/src/task_cc.h +++ b/src/task_cc.h @@ -15,7 +15,7 @@ class TaskCC { public: TaskCC(const ctor::BuildConfiguration& config, - const ctor::Settings& settings, + const ctor::settings& settings, const std::string& sourceDir, const ctor::source& source); virtual ~TaskCC() = default; @@ -49,7 +49,7 @@ protected: std::filesystem::path flagsFile; const ctor::BuildConfiguration& config; - const ctor::Settings& settings; + const ctor::settings& settings; std::filesystem::path sourceDir; const ctor::source& _source; }; -- cgit v1.2.3