Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'routing/index_graph.cpp')
-rw-r--r--routing/index_graph.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/routing/index_graph.cpp b/routing/index_graph.cpp
index 601a592dea..2d84a6523d 100644
--- a/routing/index_graph.cpp
+++ b/routing/index_graph.cpp
@@ -670,6 +670,7 @@ void IndexGraph::InsertToEdgeMapping(DirectedEdge const & key, DirectedEdge cons
return;
}
edges.push_back(value);
+ m_parentMapping[value] = key;
}
string DebugPrint(DirectedEdge const & directedEdge)