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
diff options
context:
space:
mode:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2018-04-09 18:43:58 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2018-04-09 23:16:10 +0300
commit57362202e4635721c6d393d244dac04d4c180de8 (patch)
treef56a9b033a419b0aec46228d9f39743eae42ccd3 /map/bookmark_manager.hpp
parent00c6bce7770211d5fe4f3ab2193cd6cba13951ff (diff)
Unique category names.
Diffstat (limited to 'map/bookmark_manager.hpp')
-rw-r--r--map/bookmark_manager.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/map/bookmark_manager.hpp b/map/bookmark_manager.hpp
index 7bf6f22959..a0c62f6b4d 100644
--- a/map/bookmark_manager.hpp
+++ b/map/bookmark_manager.hpp
@@ -171,6 +171,8 @@ public:
std::string GetCategoryName(kml::MarkGroupId categoryId) const;
std::string GetCategoryFileName(kml::MarkGroupId categoryId) const;
+ kml::MarkGroupId GetCategoryId(std::string const & name) const;
+
kml::GroupIdCollection const & GetBmGroupsIdList() const { return m_bmGroupsIdList; }
bool HasBmCategory(kml::MarkGroupId groupId) const;
kml::MarkGroupId LastEditedBMCategory();