X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f5c88b87340a6852263cac90c2efb969169285e4..0f59720c71f842e5ac1da02aa4db5832327b2b94:/src/surf/network_ib.hpp diff --git a/src/surf/network_ib.hpp b/src/surf/network_ib.hpp index a457a61f3c..b98bbcfb96 100644 --- a/src/surf/network_ib.hpp +++ b/src/surf/network_ib.hpp @@ -46,7 +46,7 @@ namespace simgrid { public: NetworkIBModel(); explicit NetworkIBModel(const char *name); - ~NetworkIBModel(); + ~NetworkIBModel() override; void updateIBfactors(NetworkAction *action, IBNode *from, IBNode * to, int remove); xbt_dict_t active_nodes;