Fix node_data.h too

This commit is contained in:
Léonard Gérard 2018-04-28 19:56:21 -07:00 committed by GitHub
parent 0991734185
commit e5cededa6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ class YAML_CPP_API node_data {
mutable std::size_t m_seqSize;
// map
typedef std::vector<std::pair<node*, node*>> node_map;
typedef std::vector<std::pair<node*, node*> > node_map;
node_map m_map;
typedef std::pair<node*, node*> kv_pair;