X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cfcdf2e0866cb50cace1db634430d0861af5f0a1..b76c16ce90208fde6307b496ae7d6c48ef65e47c:/include/simgrid/s4u/Exec.hpp diff --git a/include/simgrid/s4u/Exec.hpp b/include/simgrid/s4u/Exec.hpp index ab98234a07..7e1e8ef1da 100644 --- a/include/simgrid/s4u/Exec.hpp +++ b/include/simgrid/s4u/Exec.hpp @@ -52,7 +52,7 @@ public: Exec* start() override; /** @brief On sequential executions, returns the amount of flops that remain to be done; This cannot be used on * parallel executions. */ - double get_remaining() const; + double get_remaining() const override; double get_remaining_ratio() const; ExecPtr set_host(Host* host); ExecPtr set_hosts(const std::vector& hosts);