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:
authorExMix <rahuba.youri@mapswithme.com>2014-10-21 19:54:52 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:31:18 +0300
commit3b8f933575fbf116608b4ac571c167426b2821de (patch)
treec963604117c31818618277bfb2e00a436f23ddd1 /map/user_mark_container.hpp
parent4886b1d86f545571b11167e839180f98d6c11439 (diff)
[core] notify if active bookmark of bookmark category deleted
Diffstat (limited to 'map/user_mark_container.hpp')
-rw-r--r--map/user_mark_container.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/user_mark_container.hpp b/map/user_mark_container.hpp
index e8ddd6d682..becfc3cd38 100644
--- a/map/user_mark_container.hpp
+++ b/map/user_mark_container.hpp
@@ -153,6 +153,7 @@ private:
shared_ptr<anim::Task> m_animTask;
private:
+ friend class BookmarkManager;
UserMarkContainer const * m_container;
m2::PointD m_ptOrg;
Framework & m_fm;