Potential build problem fix.

This commit is contained in:
Vladimir Byko-Ianko 2016-11-26 09:54:10 +03:00
parent 4492f89b9d
commit 0edb1605aa

View file

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