[routing] fix vehicle mask bug

This commit is contained in:
Добрый Ээх 2017-03-17 12:42:49 +03:00
parent 499ad69e62
commit 00bb927410

View file

@ -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))