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.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/routing/index_router.hpp b/routing/index_router.hpp
index 8443991451..f5b5ecec1e 100644
--- a/routing/index_router.hpp
+++ b/routing/index_router.hpp
@@ -207,9 +207,8 @@ private:
}
template <typename Vertex, typename Edge, typename Weight, typename AStarParams>
- RouterResultCode FindPath(
- AStarParams & params, std::set<NumMwmId> const & mwmIds,
- RoutingResult<Vertex, Weight> & routingResult, WorldGraphMode mode) const
+ RouterResultCode FindPath(AStarParams & params, std::set<NumMwmId> const & mwmIds,
+ RoutingResult<Vertex, Weight> & routingResult) const
{
AStarAlgorithm<Vertex, Edge, Weight> algorithm;
return ConvertTransitResult(