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_fn.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/task_fn.h') diff --git a/src/task_fn.h b/src/task_fn.h index 565836b..2efe050 100644 --- a/src/task_fn.h +++ b/src/task_fn.h @@ -15,7 +15,7 @@ class TaskFn { public: TaskFn(const ctor::BuildConfiguration& config, - const ctor::Settings& settings, + const ctor::settings& settings, const std::string& sourceDir, const ctor::source& source); virtual ~TaskFn() = default; @@ -39,6 +39,6 @@ protected: std::filesystem::path _targetFile; const ctor::BuildConfiguration& config; - const ctor::Settings& settings; + const ctor::settings& settings; std::filesystem::path sourceDir; }; -- cgit v1.2.3