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_so.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/task_so.h') diff --git a/src/task_so.h b/src/task_so.h index a751226..aacd5c6 100644 --- a/src/task_so.h +++ b/src/task_so.h @@ -15,7 +15,7 @@ class TaskSO { public: TaskSO(const ctor::BuildConfiguration& config, - const ctor::Settings& settings, + const ctor::settings& settings, const std::string& target, const std::vector& objects, const std::string& sourceDir); @@ -42,6 +42,6 @@ private: std::filesystem::path flagsFile; const ctor::BuildConfiguration& config; - const ctor::Settings& settings; + const ctor::settings& settings; std::string sourceDir; }; -- cgit v1.2.3