X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c6d6e5b87aed9c7080c981b11f91f2d0205623c3..184f0e36afb128db3cc35349d699b86f977c2820:/include/simgrid/s4u/Exec.hpp diff --git a/include/simgrid/s4u/Exec.hpp b/include/simgrid/s4u/Exec.hpp index bf5898df56..d37b2c63c5 100644 --- a/include/simgrid/s4u/Exec.hpp +++ b/include/simgrid/s4u/Exec.hpp @@ -52,7 +52,7 @@ public: #endif /*! Signal fired each time that an execution actually starts (no veto) */ static void on_start_cb(const std::function& cb) { on_start.connect(cb); } - void fire_this_completion() const { on_completion(*this); } + void fire_this_completion() const override { on_completion(*this); } static ExecPtr init();