Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'iphone/Maps/Core/Routing/MWMRouter.mm')
-rw-r--r--iphone/Maps/Core/Routing/MWMRouter.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/Core/Routing/MWMRouter.mm b/iphone/Maps/Core/Routing/MWMRouter.mm
index 8c596c5788..7adeed32e3 100644
--- a/iphone/Maps/Core/Routing/MWMRouter.mm
+++ b/iphone/Maps/Core/Routing/MWMRouter.mm
@@ -427,7 +427,7 @@ void logPointEvent(MWMRoutePoint * point, NSString * eventType)
self.type = routerType(rm.GetBestRouter(points.front().m_position, points.back().m_position));
[[MWMMapViewControlsManager manager] onRouteRebuild];
- rm.BuildRoute(0 /* timeoutSec */);
+ rm.BuildRoute();
}
+ (void)start