aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-12-15 17:12:46 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-12-15 17:15:49 +0300
commitf2440755ae42b70ecd9969bb7ed59884a85f4965 (patch)
treef1b1200470914344cc57293d880e897688463aff
parent4ffd4a95abc6254bfdea98893fe35708a51ad0ba (diff)
Adapt to renaming butl::unknown_name_mode union to manifest_unknown_mode
-rw-r--r--bbot/machine-manifest.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/bbot/machine-manifest.cxx b/bbot/machine-manifest.cxx
index 3e7f5a2..d267c1d 100644
--- a/bbot/machine-manifest.cxx
+++ b/bbot/machine-manifest.cxx
@@ -61,7 +61,10 @@ namespace bbot
machine_manifest::
machine_manifest (parser& p, name_value nv, bool iu)
- : machine_header_manifest (p, move (nv), unknown_name_mode::stop, &nv)
+ : machine_header_manifest (p,
+ move (nv),
+ manifest_unknown_mode::stop,
+ &nv)
{
auto bad_name = [&p, &nv] (const string& d)
{