qt app routing fix

This commit is contained in:
Lev Dragunov 2015-04-06 17:04:55 +03:00 committed by Alex Zolotarev
parent 5415f96bb7
commit a696249d33

View file

@ -143,7 +143,7 @@ void RoadGraphRouter::CalculateRoute(m2::PointD const & startingPt, ReadyCallbac
Route route(GetName());
m_pRoadGraph->ReconstructPath(routePos, route);
callback(route, InternalError);
callback(route, NoError);
}
} // namespace routing