forked from organicmaps/organicmaps
Fix compilation.
This commit is contained in:
parent
c34b0b50e1
commit
0062bf7895
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
/// @}
|
||||
|
|
Loading…
Add table
Reference in a new issue