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/routing_benchmarks/pedestrian_routing_tests.cpp')
-rw-r--r--routing/routing_benchmarks/pedestrian_routing_tests.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/routing/routing_benchmarks/pedestrian_routing_tests.cpp b/routing/routing_benchmarks/pedestrian_routing_tests.cpp
index 4a98dedd06..ed92bb9979 100644
--- a/routing/routing_benchmarks/pedestrian_routing_tests.cpp
+++ b/routing/routing_benchmarks/pedestrian_routing_tests.cpp
@@ -50,9 +50,9 @@ protected:
return engine;
}
- unique_ptr<routing::VehicleModelFactory> CreateModelFactory() override
+ unique_ptr<routing::VehicleModelFactoryInterface> CreateModelFactory() override
{
- unique_ptr<routing::VehicleModelFactory> factory(
+ unique_ptr<routing::VehicleModelFactoryInterface> factory(
new SimplifiedModelFactory<routing::PedestrianModel>());
return factory;
}