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-28 12:41:45 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:16:05 +0300
commit6fd88f4b62d013b799fbca88b59e816e2a02ecaa (patch)
treea8b3d3e24db7aef757ccaa0bd333c3bea676eb12 /map/user_mark.hpp
parent062d39a0787654fd892ac90bc606643be8e74517 (diff)
[core] crashes on wrong sequence calls. do it more secure
Diffstat (limited to 'map/user_mark.hpp')
-rw-r--r--map/user_mark.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/map/user_mark.hpp b/map/user_mark.hpp
index 67ba5b8615..84099e4f46 100644
--- a/map/user_mark.hpp
+++ b/map/user_mark.hpp
@@ -39,7 +39,6 @@ public:
protected:
friend class BookmarkManager;
void Activate() const;
- void Diactivate() const;
protected:
m2::PointD m_ptOrg;