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:
authorvng <viktor.govako@gmail.com>2012-11-19 17:39:34 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:47:04 +0300
commit0062bf7895a005d47e548d17c398f9d27f3ef31b (patch)
treeccdc9a7a83482cd9d0bce0f9ea5965ab0a7e8d54 /map/location_state.hpp
parentc34b0b50e13e286abafe8351475670b47937c3dc (diff)
Fix compilation.
Diffstat (limited to 'map/location_state.hpp')
-rw-r--r--map/location_state.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/location_state.hpp b/map/location_state.hpp
index c34df1177c..6a73d66b58 100644
--- a/map/location_state.hpp
+++ b/map/location_state.hpp
@@ -175,6 +175,7 @@ namespace location
// @{
vector<m2::AnyRectD> const & boundRects() const;
void draw(graphics::OverlayRenderer * r, math::Matrix<double, 3, 3> const & m) const;
+ bool roughHitTest(m2::PointD const & pt) const;
bool hitTest(m2::PointD const & pt) const;
bool onTapEnded(m2::PointD const & p);
/// @}