Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/kml
diff options
context:
space:
mode:
authorArsentiy Milchakov <milcars@mapswithme.com>2020-10-08 14:08:43 +0300
committerAnatoliy V. Tomilov <tomilov@users.noreply.github.com>2020-10-09 19:18:59 +0300
commit03d78e979e6001d80fc004883737df06c4b1ee35 (patch)
tree96e1f798a15d5bb86f5e8448765154b799b5c39a /kml
parentcc2f1599db549420934748aeb289eb221170679c (diff)
[bookmarks] compilations are supported into bookmark manager
Diffstat (limited to 'kml')
-rw-r--r--kml/types.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kml/types.hpp b/kml/types.hpp
index 9f892f43cd..d9dcfe1eca 100644
--- a/kml/types.hpp
+++ b/kml/types.hpp
@@ -408,7 +408,7 @@ struct CategoryData
// Id unique within single kml (have to be serialized in text files).
CompilationId m_compilationId = kInvalidCompilationId;
// Unique ids of nested groups (it will not be serialized in text files).
- GroupIdCollection m_childrenIds;
+ GroupIdCollection m_compilationIds;
// Compilation's type
CompilationType m_type = CompilationType::Category;
// Category's name.