forked from organicmaps/organicmaps
[routing] fix build
This commit is contained in:
parent
1f74966f5a
commit
7d72c7d39c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ void MoveRoute(Route & route, ms::LatLon const & coords)
|
|||
info.m_verticalAccuracy = 0.01;
|
||||
info.m_longitude = coords.m_lon;
|
||||
info.m_latitude = coords.m_lat;
|
||||
route.MoveIteratorToReal(info);
|
||||
route.MoveIterator(info);
|
||||
}
|
||||
|
||||
UNIT_TEST(RussiaTulskayaToPaveletskayaStreetNamesTest)
|
||||
|
|
Loading…
Add table
Reference in a new issue