From 57362202e4635721c6d393d244dac04d4c180de8 Mon Sep 17 00:00:00 2001 From: Daria Volvenkova Date: Mon, 9 Apr 2018 18:43:58 +0300 Subject: Unique category names. --- map/bookmark_manager.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'map/bookmark_manager.hpp') 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(); -- cgit v1.2.3