forked from organicmaps/organicmaps
[routing] In osrm_router.cpp add {} to C++11's for. MSVC needs them.
Place open bracket on second line after for.
This commit is contained in:
parent
00bf60ff74
commit
9d3bad838d
1 changed files with 2 additions and 0 deletions
|
@ -643,7 +643,9 @@ OsrmRouter::ResultCode OsrmRouter::CalculateRouteImpl(m2::PointD const & startPt
|
|||
|
||||
#ifdef _DEBUG
|
||||
for (auto t : turnsDir)
|
||||
{
|
||||
LOG(LDEBUG, (turns::GetTurnString(t.m_turn), ":", t.m_index, t.m_srcName, "-", t.m_trgName, "exit:", t.m_exitNum));
|
||||
}
|
||||
#endif
|
||||
|
||||
route.SetGeometry(points.begin(), points.end());
|
||||
|
|
Loading…
Add table
Reference in a new issue