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:
authorAlex Zolotarev <deathbaba@gmail.com>2012-05-14 19:36:05 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:38:19 +0300
commitfd76ea5c4862625033780226f1907a3eaa0634c7 (patch)
treeb83b159b578b793599a3829f44b3836efadbbf2d /map/bookmark.hpp
parentfc4f838cb626eb8c8bb551e949fdf16b6fc3e534 (diff)
[ios] Added Bookmark Sets visibility switch
Diffstat (limited to 'map/bookmark.hpp')
-rw-r--r--map/bookmark.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/bookmark.hpp b/map/bookmark.hpp
index 676fcfaa27..f9fc9ed235 100644
--- a/map/bookmark.hpp
+++ b/map/bookmark.hpp
@@ -41,6 +41,7 @@ public:
void AddBookmark(Bookmark const & bm);
+ void SetVisible(bool isVisible) { m_visible = isVisible; }
bool IsVisible() const { return m_visible; }
string GetName() const { return m_name; }