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 'generator/routing_generator.cpp')
-rw-r--r--generator/routing_generator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/routing_generator.cpp b/generator/routing_generator.cpp
index a699e4110f..aa3d39b178 100644
--- a/generator/routing_generator.cpp
+++ b/generator/routing_generator.cpp
@@ -272,7 +272,7 @@ void BuildRoutingIndex(string const & baseDir, string const & countryName, strin
}
FeatureType ft;
- Index::FeaturesLoaderGuard loader(index, p.first.GetId());
+ Index::FeaturesLoaderGuard loader(index, p.first);
loader.GetFeatureByIndex(fID, ft);
ft.ParseGeometry(FeatureType::BEST_GEOMETRY);