aboutsummaryrefslogtreecommitdiff
path: root/libbutl/manifest-forward.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-12-15 17:23:37 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-12-15 17:27:56 +0300
commit3bf1846063ad30ecc0fc90d34490bf70776faef0 (patch)
tree8a2a248be187671f8d9fd75d3367bfb9de782e45 /libbutl/manifest-forward.hxx
parent5bff24a8862f61e40f827591be5c81228efab4c6 (diff)
Add manifest_rewriter class
Diffstat (limited to 'libbutl/manifest-forward.hxx')
-rw-r--r--libbutl/manifest-forward.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbutl/manifest-forward.hxx b/libbutl/manifest-forward.hxx
index babcb4b..84162cc 100644
--- a/libbutl/manifest-forward.hxx
+++ b/libbutl/manifest-forward.hxx
@@ -10,10 +10,10 @@ namespace butl
class manifest_serializer;
class manifest_name_value;
- // The way manifest implementation should proceed when unknown value name is
+ // The way manifest implementation should proceed when unknown value is
// encountered during parsing.
//
- enum class unknown_name_mode
+ enum class manifest_unknown_mode
{
skip,
stop,