forked from organicmaps/organicmaps
fix tag group serialization
This commit is contained in:
parent
a75b2e9b15
commit
eee3081d54
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ struct TagData
|
|||
{
|
||||
std::string m_name;
|
||||
std::vector<SubtagData> m_subtags;
|
||||
DECLARE_VISITOR(visitor(m_name, "name"),
|
||||
DECLARE_VISITOR(visitor(m_name, "translation"),
|
||||
visitor(m_subtags, "subtags"))
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue