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 --- ctor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctor.cc') diff --git a/ctor.cc b/ctor.cc index 04e4cad..af412af 100644 --- a/ctor.cc +++ b/ctor.cc @@ -5,7 +5,7 @@ namespace { -ctor::BuildConfigurations ctorConfigs(const ctor::Settings& settings) +ctor::BuildConfigurations ctorConfigs(const ctor::settings& settings) { return { -- cgit v1.2.3