forked from organicmaps/organicmaps
Potential build problem fix.
This commit is contained in:
parent
4492f89b9d
commit
0edb1605aa
1 changed files with 2 additions and 2 deletions
|
@ -66,8 +66,8 @@ void IndexGraph::GetNeighboringEdges(RoadPoint const & rp, bool isOutgoing,
|
|||
GetNeighboringEdge(road, rp, true /* forward */, edges);
|
||||
}
|
||||
|
||||
inline void IndexGraph::GetNeighboringEdge(RoadGeometry const & road, RoadPoint const & rp,
|
||||
bool forward, vector<JointEdge> & edges) const
|
||||
void IndexGraph::GetNeighboringEdge(RoadGeometry const & road, RoadPoint const & rp,
|
||||
bool forward, vector<JointEdge> & edges) const
|
||||
{
|
||||
pair<Joint::Id, uint32_t> const & neighbor = m_roadIndex.FindNeighbor(rp, forward);
|
||||
if (neighbor.first != Joint::kInvalidId)
|
||||
|
|
Loading…
Add table
Reference in a new issue