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
@@ -143,7 +143,7 @@ template <class DataFacadeT> class ViaRoutePlugin final : public BasePlugin
swap_phantom_from_big_cc_into_front);
}
RawRouteData raw_route;
InternalRouteResult raw_route;
auto build_phantom_pairs =
[&raw_route](const phantom_node_pair &first_pair, const phantom_node_pair &second_pair)
{