diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-11 18:12:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-11 18:12:09 +0200 |
commit | c552070230c4ad9c92b516c28658b5c74c57e46b (patch) | |
tree | bc78a4c9c5c9bfb21539e3e65f713a7f0daa766b /bpkg/manifest-parser.cxx | |
parent | 294f8e8d3abebaaa976c7d21248a1a205c869b02 (diff) |
Outline of parsing and serialization for manifest object model
Diffstat (limited to 'bpkg/manifest-parser.cxx')
-rw-r--r-- | bpkg/manifest-parser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 () |