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_index_generator.cpp')
-rw-r--r--generator/routing_index_generator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/routing_index_generator.cpp b/generator/routing_index_generator.cpp
index 73197f2331..e141dee0f8 100644
--- a/generator/routing_index_generator.cpp
+++ b/generator/routing_index_generator.cpp
@@ -63,7 +63,7 @@ public:
private:
template <class Fn>
- bool CalcMask(FeatureType const & f, Fn && fn) const
+ VehicleMask CalcMask(FeatureType const & f, Fn && fn) const
{
VehicleMask mask = 0;
if (fn(*m_pedestrianModel, f))