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/index_router.hpp')
-rw-r--r--routing/index_router.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/routing/index_router.hpp b/routing/index_router.hpp
index 8d5eb7e915..83d6c459d2 100644
--- a/routing/index_router.hpp
+++ b/routing/index_router.hpp
@@ -153,7 +153,7 @@ private:
IndexGraphStarter & starter, AStarProgress & progress,
std::vector<Segment> & output);
RouterResultCode RedressRoute(std::vector<Segment> const & segments,
- RouterDelegate const & delegate, IndexGraphStarter & starter,
+ base::Cancellable const & cancellable, IndexGraphStarter & starter,
Route & route) const;
bool AreMwmsNear(IndexGraphStarter const & starter) const;