Fix compilation.

This commit is contained in:
vng 2012-11-19 16:39:34 +03:00 committed by Alex Zolotarev
parent c34b0b50e1
commit 0062bf7895

View file

@ -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);
/// @}