From: Frederic Suter Date: Fri, 14 Feb 2020 00:19:24 +0000 (+0100) Subject: missing override X-Git-Tag: v3.26~957 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b76c16ce90208fde6307b496ae7d6c48ef65e47c missing override --- 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);