X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f0e4a3b40e5d2df886c43e36418121b5c0830992..1ff76126787bd490c02f88480e50627b8c43964f:/include/simgrid/kernel/routing/NetZoneImpl.hpp diff --git a/include/simgrid/kernel/routing/NetZoneImpl.hpp b/include/simgrid/kernel/routing/NetZoneImpl.hpp index 97563dabbb..72a09c68e8 100644 --- a/include/simgrid/kernel/routing/NetZoneImpl.hpp +++ b/include/simgrid/kernel/routing/NetZoneImpl.hpp @@ -81,7 +81,7 @@ class XBT_PUBLIC NetZoneImpl : public xbt::PropertyHolder { // this hpp is exported to the users and so cannot include the other internal hpp. class LinkDeleter { public: - void operator()(resource::StandardLinkImpl* link); + void operator()(resource::StandardLinkImpl* link) const; }; std::map, std::less<>> links_; /* save split-duplex links separately, keep links_ with only LinkImpl* seen by the user