X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f5c88b87340a6852263cac90c2efb969169285e4..0f59720c71f842e5ac1da02aa4db5832327b2b94:/include/simgrid/simix.hpp diff --git a/include/simgrid/simix.hpp b/include/simgrid/simix.hpp index c1b6a8212a..1122d16cfb 100644 --- a/include/simgrid/simix.hpp +++ b/include/simgrid/simix.hpp @@ -136,7 +136,7 @@ public: : Context(std::move(code), cleanup_func, process) {} - ~AttachContext(); + ~AttachContext() override; /** Called by the context when it is ready to give control * to the maestro.