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:
Diffstat (limited to 'map/compass_arrow.hpp')
-rw-r--r--map/compass_arrow.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/compass_arrow.hpp b/map/compass_arrow.hpp
index e6acb53fe8..efdec9525b 100644
--- a/map/compass_arrow.hpp
+++ b/map/compass_arrow.hpp
@@ -56,5 +56,6 @@ public:
bool onTapEnded(m2::PointD const & pt);
+ bool roughHitTest(m2::PointD const & pt) const;
bool hitTest(m2::PointD const & pt) const;
};