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/Framework/ProxyObjects/Routing/MWMRoutingManager.mm')
-rw-r--r--iphone/Maps/Core/Framework/ProxyObjects/Routing/MWMRoutingManager.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/Core/Framework/ProxyObjects/Routing/MWMRoutingManager.mm b/iphone/Maps/Core/Framework/ProxyObjects/Routing/MWMRoutingManager.mm
index bed148eb03..fa280c4afa 100644
--- a/iphone/Maps/Core/Framework/ProxyObjects/Routing/MWMRoutingManager.mm
+++ b/iphone/Maps/Core/Framework/ProxyObjects/Routing/MWMRoutingManager.mm
@@ -144,7 +144,7 @@
auto const pointsCount = points.size();
if (pointsCount > 1) {
- self.rm.BuildRoute(0 /* timeoutSec */);
+ self.rm.BuildRoute();
} else {
if (errorPtr) {
if (pointsCount == 0) {