From 61f7f7538cc6abb0be64c35570f38dd2541d7451 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 8 Jun 2022 17:31:36 +0200 Subject: Add const Settings& to build configuration callbacks. --- 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 66f20f2..7d7a53c 100644 --- a/test/ctor.cc +++ b/test/ctor.cc @@ -5,7 +5,7 @@ namespace { -BuildConfigurations ctorTestConfigs() +BuildConfigurations ctorTestConfigs(const Settings& settings) { return { -- cgit v1.2.3