From 405dfa3e28ab71d4f6b5210faba0e3600070a0f3 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 23 Nov 2021 19:24:00 +0300 Subject: Add support for new-fashioned multi-line manifest value introducer --- libbutl/manifest-parser.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbutl/manifest-parser.hxx') diff --git a/libbutl/manifest-parser.hxx b/libbutl/manifest-parser.hxx index d53eb42..601fb2d 100644 --- a/libbutl/manifest-parser.hxx +++ b/libbutl/manifest-parser.hxx @@ -37,7 +37,7 @@ namespace butl }; class LIBBUTL_SYMEXPORT manifest_parser: - protected char_scanner + protected char_scanner { public: // The filter, if specified, is called by next() prior to returning the @@ -83,7 +83,7 @@ namespace butl split_comment (const std::string&); private: - using base = char_scanner; + using base = char_scanner; void parse_next (manifest_name_value&); -- cgit v1.1