X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1f43204aab7e713e6f5afa1c817f779281bc0693..29a3b2869c0075fc75e8ccc66fc1d9c4c8bf6a85:/include/simgrid/kernel/routing/DijkstraZone.hpp diff --git a/include/simgrid/kernel/routing/DijkstraZone.hpp b/include/simgrid/kernel/routing/DijkstraZone.hpp index e06f0fb57d..9c5e2c55b0 100644 --- a/include/simgrid/kernel/routing/DijkstraZone.hpp +++ b/include/simgrid/kernel/routing/DijkstraZone.hpp @@ -24,7 +24,7 @@ namespace routing { */ class XBT_PRIVATE DijkstraZone : public RoutedZone { public: - DijkstraZone(NetZoneImpl* father, std::string name, bool cached); + DijkstraZone(NetZoneImpl* father, std::string name, resource::NetworkModel* netmodel, bool cached); void seal() override; ~DijkstraZone() override;