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 'routing/async_router.hpp')
-rw-r--r--routing/async_router.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/routing/async_router.hpp b/routing/async_router.hpp
index 14cf55bbbc..7716da46ab 100644
--- a/routing/async_router.hpp
+++ b/routing/async_router.hpp
@@ -53,7 +53,7 @@ public:
NeedMoreMapsCallback const & needMoreMapsCallback,
RemoveRouteCallback const & removeRouteCallback,
ProgressCallback const & progressCallback,
- uint32_t timeoutSec);
+ uint32_t timeoutSec = RouterDelegate::kNoTimeout);
/// Interrupt routing and clear buffers
void ClearState();