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:
authorMikhail Gorbushin <m.gorbushin@corp.mail.ru>2019-10-28 14:21:46 +0300
committerTatiana Yan <tatiana.kondakova@gmail.com>2019-11-07 12:56:29 +0300
commit923dbbefee3b6009d1d204a0e0d9192b881068f2 (patch)
tree40b631d30c53c6b6841014c7136a2fa35f29ad35 /routing/async_router.hpp
parent0e4d9d6bdf2d8d7b8a7d8d9eb69d68ce30a9ed9e (diff)
[routing] Refactor RouterDelegate
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();