diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-01-11 19:26:26 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-01-11 19:26:26 +0100 |
commit | 648c89e879f739f82ed6dba7df7243e54b98601f (patch) | |
tree | 626756d852fdff35235e1814a63c3daa29403ea3 /src/rebuild.h | |
parent | f10bfc1bff1dc2792b4905c27dd22c0999162fac (diff) |
Rename ExternalX structs to external_x
Diffstat (limited to 'src/rebuild.h')
-rw-r--r-- | src/rebuild.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<BuildConfigurationEntry, 1024> configFiles; |