From 17be80bea48c942c9496d079e07bc15a27a5d7a2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 8 Jan 2019 16:09:09 +0300 Subject: Add manifest_parsing() constructor accepting description only --- libbutl/manifest-parser.mxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbutl/manifest-parser.mxx') diff --git a/libbutl/manifest-parser.mxx b/libbutl/manifest-parser.mxx index 0289d6f..cf44679 100644 --- a/libbutl/manifest-parser.mxx +++ b/libbutl/manifest-parser.mxx @@ -44,6 +44,8 @@ LIBBUTL_MODEXPORT namespace butl std::uint64_t column, const std::string& description); + manifest_parsing (const std::string& description); + std::string name; std::uint64_t line; std::uint64_t column; -- cgit v1.1