diff options
Diffstat (limited to 'src/configure.cc')
-rw-r--r-- | src/configure.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.cc b/src/configure.cc index 28049ae..42d9951 100644 --- a/src/configure.cc +++ b/src/configure.cc @@ -469,7 +469,7 @@ int regenerateCache(Settings& settings, for(const auto& ext : externalConfigs) { istr << " { \"" << ext.name << "\", {\n"; - Flags resolved_flags; + ctor::flags resolved_flags; if(std::holds_alternative<ExternalManual>(ext.external)) { if(auto ret = resolv(settings, ext, |