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