X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5fda94ac3d246037758dab959b3dfc9a071ccc26..b372d23d3d8818b4547ef207f43b45709298a002:/include/simgrid/s4u/Exec.hpp diff --git a/include/simgrid/s4u/Exec.hpp b/include/simgrid/s4u/Exec.hpp index e3894ac668..d2a6a12ba3 100644 --- a/include/simgrid/s4u/Exec.hpp +++ b/include/simgrid/s4u/Exec.hpp @@ -40,14 +40,14 @@ class XBT_PUBLIC Exec : public Activity_T { public: Exec(); - virtual ~Exec() = default; + ~Exec() override = default; #ifndef DOXYGEN Exec(Exec const&) = delete; Exec& operator=(Exec const&) = delete; #endif - static xbt::signal on_start; - static xbt::signal on_completion; + static xbt::signal on_start; + static xbt::signal on_completion; Exec* start() override; /** @brief On sequential executions, returns the amount of flops that remain to be done; This cannot be used on