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/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;