X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b035f4fba1852d16bb9316bb0b23329b108b605b..29dbba02d775b87908c34d8233290331b67d02b3:/src/kernel/routing/AsRoutedGraph.hpp diff --git a/src/kernel/routing/AsRoutedGraph.hpp b/src/kernel/routing/AsRoutedGraph.hpp index 7dd239c0ea..ad5daa7248 100644 --- a/src/kernel/routing/AsRoutedGraph.hpp +++ b/src/kernel/routing/AsRoutedGraph.hpp @@ -15,9 +15,8 @@ namespace routing { class XBT_PRIVATE AsRoutedGraph : public AsImpl { public: explicit AsRoutedGraph(As* father, const char* name); - ~AsRoutedGraph() override; - void getOneLinkRoutes(xbt_dynar_t accumulator) override; + void getOneLinkRoutes(std::vector* accumulator) override; void getGraph(xbt_graph_t graph, xbt_dict_t nodes, xbt_dict_t edges) override; virtual sg_platf_route_cbarg_t newExtendedRoute(RoutingMode hierarchy, sg_platf_route_cbarg_t routearg, int change_order);