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>2016-07-23 21:38:16 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-07-23 21:40:50 +0300
commit979f48bfaf7322320801db215b1d0e3d231f8699 (patch)
tree7109319338f48996f9f98ff361599a1687194225 /routing/pedestrian_model.cpp
parent9879d1808a7da38006d9067089215dec75d7aa6c (diff)
Writing altitude section without intermediate files and using MemoryRegion for reading it.
Diffstat (limited to 'routing/pedestrian_model.cpp')
-rw-r--r--routing/pedestrian_model.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/routing/pedestrian_model.cpp b/routing/pedestrian_model.cpp
index 7947e0b999..285ed91d38 100644
--- a/routing/pedestrian_model.cpp
+++ b/routing/pedestrian_model.cpp
@@ -643,7 +643,7 @@ IVehicleModel::RoadAvailability PedestrianModel::GetRoadAvailability(feature::Ty
}
// static
-PedestrianModel const & PedestrianModel::DefaultInstance()
+PedestrianModel const & PedestrianModel::AllLimitsInstance()
{
static PedestrianModel const instance;
return instance;