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-05-30 18:48:25 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:16:16 +0300
commit9b5edccf4ae3a446935ab1497ef5e78c6013e799 (patch)
treee42a35138c3bcf8b5231ca83734c908a7f3d1eb7 /map/user_mark_container.hpp
parent16429903fc9ce0fbb5413f39508ae63d9699a962 (diff)
review fix
Diffstat (limited to 'map/user_mark_container.hpp')
-rw-r--r--map/user_mark_container.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/map/user_mark_container.hpp b/map/user_mark_container.hpp
index ae68749274..59481a0023 100644
--- a/map/user_mark_container.hpp
+++ b/map/user_mark_container.hpp
@@ -145,9 +145,7 @@ private:
shared_ptr<anim::Task> m_animTask;
private:
- bool m_hasActiveMark;
- double m_depth;
- string m_pinImageName;
+ UserMarkContainer const * m_container;
m2::PointD m_ptOrg;
Framework & m_fm;
};