forked from organicmaps/organicmaps
Fixed notes
This commit is contained in:
parent
eb73049c4a
commit
c05797f427
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue