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:
authorOlga Khlopkova <o.khlopkova@corp.mail.ru>2020-12-01 12:27:18 +0300
committerVladimir Byko-Ianko <bykoianko@gmail.com>2020-12-01 15:24:24 +0300
commitd6acc3285ce36d5b96dd9004d42c828d3fcec11c (patch)
treecba7ce9419f7c360023bcdad571dd0ec5cdc547b /routing
parent37e50c23483368381a05e88c9aed254e5f5520cb (diff)
[routing] Override CalcLeapWeight(...) for DummyWorldGraph.
Diffstat (limited to 'routing')
-rw-r--r--routing/dummy_world_graph.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/routing/dummy_world_graph.hpp b/routing/dummy_world_graph.hpp
index 8da0e0c9f5..47b8a3a9ad 100644
--- a/routing/dummy_world_graph.hpp
+++ b/routing/dummy_world_graph.hpp
@@ -78,7 +78,8 @@ public:
UNREACHABLE();
}
- RouteWeight CalcLeapWeight(ms::LatLon const & from, ms::LatLon const & to) const override
+ RouteWeight CalcLeapWeight(ms::LatLon const & from, ms::LatLon const & to,
+ NumMwmId mwmId) const override
{
UNREACHABLE();
}