From f10bfc1bff1dc2792b4905c27dd22c0999162fac Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 11 Jan 2023 18:30:11 +0100 Subject: Rename BuildConfiguration struct to build_configuration --- 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 aacd5c6..60af225 100644 --- a/src/task_so.h +++ b/src/task_so.h @@ -14,7 +14,7 @@ class TaskSO : public Task { public: - TaskSO(const ctor::BuildConfiguration& config, + TaskSO(const ctor::build_configuration& config, const ctor::settings& settings, const std::string& target, const std::vector& objects, @@ -41,7 +41,7 @@ private: std::filesystem::path _targetFile; std::filesystem::path flagsFile; - const ctor::BuildConfiguration& config; + const ctor::build_configuration& config; const ctor::settings& settings; std::string sourceDir; }; -- cgit v1.2.3