From c552070230c4ad9c92b516c28658b5c74c57e46b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 11 Jun 2015 18:12:09 +0200 Subject: Outline of parsing and serialization for manifest object model --- bpkg/manifest-parser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/manifest-parser.cxx') diff --git a/bpkg/manifest-parser.cxx b/bpkg/manifest-parser.cxx index 037b874..f8a2e36 100644 --- a/bpkg/manifest-parser.cxx +++ b/bpkg/manifest-parser.cxx @@ -12,7 +12,7 @@ using namespace std; namespace bpkg { using parsing = manifest_parsing; - using name_value = manifest_parser::name_value_type; + using name_value = manifest_name_value; name_value manifest_parser:: next () -- cgit v1.1