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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2018-01-26 16:08:08 +0300
committermpimenov <mpimenov@users.noreply.github.com>2018-02-19 20:26:27 +0300
commitf167dec07518e73aad946f4e0f4fb65b7b9a028f (patch)
tree9c7fee0d5529c7b95dd4e3a48963daaca88be631 /routing/routing_benchmarks/helpers.cpp
parent4a8a03815ce10f3364aaa3d06d0913bd2f15655c (diff)
Removing RoadGraphRouter.
Diffstat (limited to 'routing/routing_benchmarks/helpers.cpp')
-rw-r--r--routing/routing_benchmarks/helpers.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/routing/routing_benchmarks/helpers.cpp b/routing/routing_benchmarks/helpers.cpp
index a2d7c6c2cb..eaf5e1380a 100644
--- a/routing/routing_benchmarks/helpers.cpp
+++ b/routing/routing_benchmarks/helpers.cpp
@@ -146,10 +146,10 @@ unique_ptr<routing::IRouter> RoutingTest::CreateRouter(string const & name)
{
vector<platform::LocalCountryFile> neededLocalFiles;
neededLocalFiles.reserve(m_neededMaps.size());
- for (auto const & lf : m_localFiles)
+ for (auto const & file : m_localFiles)
{
- if (m_neededMaps.count(lf.GetCountryName()) != 0)
- neededLocalFiles.push_back(lf);
+ if (m_neededMaps.count(file.GetCountryName()) != 0)
+ neededLocalFiles.push_back(file);
}
unique_ptr<routing::IRouter> router = integration::CreateVehicleRouter(