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