From 0062bf7895a005d47e548d17c398f9d27f3ef31b Mon Sep 17 00:00:00 2001 From: vng Date: Mon, 19 Nov 2012 16:39:34 +0300 Subject: [PATCH] Fix compilation. --- map/location_state.hpp | 1 + 1 file changed, 1 insertion(+) 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 const & boundRects() const; void draw(graphics::OverlayRenderer * r, math::Matrix const & m) const; + bool roughHitTest(m2::PointD const & pt) const; bool hitTest(m2::PointD const & pt) const; bool onTapEnded(m2::PointD const & p); /// @}