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/build.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/build.cc') diff --git a/src/build.cc b/src/build.cc index ab520d2..1fe494b 100644 --- a/src/build.cc +++ b/src/build.cc @@ -17,7 +17,7 @@ using namespace ctor; using namespace std::chrono_literals; -int build(const Settings& settings, +int build(const ctor::settings& settings, const std::string& name, const std::set>& tasks, const std::set>& all_tasks, @@ -156,7 +156,7 @@ std::set> getDepTasks(std::shared_ptr task) } } -int build(const Settings& settings, +int build(const ctor::settings& settings, const std::string& name, const std::set>& all_tasks, bool dryrun) @@ -194,7 +194,7 @@ int build(const Settings& settings, return 0; } -int build(const Settings& settings, +int build(const ctor::settings& settings, const std::string& name, const std::vector& targets, const std::set>& all_tasks, -- cgit v1.2.3