X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/081a38309c637c51f527b507704b65d6ce1ac805..f409d6f711ba652a6fd78e185791cf7870b6765d:/include/simgrid/kernel/routing/EmptyZone.hpp?ds=sidebyside diff --git a/include/simgrid/kernel/routing/EmptyZone.hpp b/include/simgrid/kernel/routing/EmptyZone.hpp index 8255827ca3..72609db880 100644 --- a/include/simgrid/kernel/routing/EmptyZone.hpp +++ b/include/simgrid/kernel/routing/EmptyZone.hpp @@ -29,8 +29,8 @@ public: /* There can't be route in an Empty zone */ } - void get_graph(const s_xbt_graph_t* graph, std::map* /*nodes*/, - std::map* /*edges*/) override; + void get_graph(const s_xbt_graph_t* graph, std::map>* /*nodes*/, + std::map>* /*edges*/) override; }; } // namespace routing } // namespace kernel