X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7bc50b7468e8ccac4960de9608fa76784549e992..aa3426ffe35e9f09e17b5f09ee1264263b0a61b4:/src/kernel/routing/AsRoutedGraph.hpp diff --git a/src/kernel/routing/AsRoutedGraph.hpp b/src/kernel/routing/AsRoutedGraph.hpp index 1b5bfa40da..9990166566 100644 --- a/src/kernel/routing/AsRoutedGraph.hpp +++ b/src/kernel/routing/AsRoutedGraph.hpp @@ -14,7 +14,7 @@ namespace routing { class XBT_PRIVATE AsRoutedGraph : public AsImpl { public: - explicit AsRoutedGraph(const char*name); + explicit AsRoutedGraph(As* father, const char* name); ~AsRoutedGraph() override; xbt_dynar_t getOneLinkRoutes() override;