From 648c89e879f739f82ed6dba7df7243e54b98601f Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 11 Jan 2023 19:26:26 +0100 Subject: Rename ExternalX structs to external_x --- src/rebuild.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rebuild.h') diff --git a/src/rebuild.h b/src/rebuild.h index c3c3b7a..efa6d42 100644 --- a/src/rebuild.h +++ b/src/rebuild.h @@ -17,7 +17,7 @@ struct BuildConfigurationEntry struct ExternalConfigurationEntry { const char* file; - ctor::ExternalConfigurations (*cb)(const ctor::settings&); + ctor::external_configurations (*cb)(const ctor::settings&); }; extern std::array configFiles; -- cgit v1.2.3