X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4bc1b8a46fad46958e475b5bd38c402cc3b8bcfb..fc8be6494932e66a359ae5d47103a566cc8234f4:/include/simgrid/kernel/routing/RoutedZone.hpp diff --git a/include/simgrid/kernel/routing/RoutedZone.hpp b/include/simgrid/kernel/routing/RoutedZone.hpp index 097e849207..46c6518e37 100644 --- a/include/simgrid/kernel/routing/RoutedZone.hpp +++ b/include/simgrid/kernel/routing/RoutedZone.hpp @@ -50,7 +50,7 @@ namespace routing { class XBT_PRIVATE RoutedZone : public NetZoneImpl { public: - explicit RoutedZone(NetZone* father, std::string name); + explicit RoutedZone(NetZoneImpl* father, std::string name, resource::NetworkModel* netmodel); void get_graph(xbt_graph_t graph, std::map* nodes, std::map* edges) override;