diff --git a/Contractor/EdgeBasedGraphFactory.cpp b/Contractor/EdgeBasedGraphFactory.cpp index 9a033bbe7..69afdf32f 100644 --- a/Contractor/EdgeBasedGraphFactory.cpp +++ b/Contractor/EdgeBasedGraphFactory.cpp @@ -44,11 +44,11 @@ EdgeBasedGraphFactory::EdgeBasedGraphFactory( std::unique_ptr restriction_map, std::vector &barrier_node_list, std::vector &traffic_light_node_list, - std::vector &m_node_info_list, + std::vector &node_info_list, SpeedProfileProperties &speed_profile) : speed_profile(speed_profile), m_number_of_edge_based_nodes(std::numeric_limits::max()), - m_node_info_list(m_node_info_list), m_node_based_graph(node_based_graph), + m_node_info_list(node_info_list), m_node_based_graph(node_based_graph), m_restriction_map(std::move(restriction_map)), max_id(0) {