Fixed notes

This commit is contained in:
Constantin Shalnev 2015-07-29 10:52:10 +03:00 committed by Alex Zolotarev
parent eb73049c4a
commit c05797f427

View file

@ -219,7 +219,7 @@ void FeaturesRoadGraph::GetJunctionTypes(Junction const & junction, feature::Typ
m2::PointD const & cross = junction.GetPoint();
auto const f = [&types, &cross](FeatureType & ft)
auto const f = [&types, &cross](FeatureType const & ft)
{
if (!types.Empty())
return;