DataStructures/RawRouteData.h -> DataStructures/internal_route_result.hpp, implements #1238

This commit is contained in:
Dennis Luxen
2014-11-25 16:30:43 +01:00
parent 8bd7d57dd8
commit 1b10f53eff
7 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ template <class DataFacadeT> class AlternativeRouting final : private BasicRouti
virtual ~AlternativeRouting() {}
void operator()(const PhantomNodes &phantom_node_pair, RawRouteData &raw_route_data)
void operator()(const PhantomNodes &phantom_node_pair, InternalRouteResult &raw_route_data)
{
std::vector<NodeID> alternative_path;
std::vector<NodeID> via_node_candidate_list;