From b76c16ce90208fde6307b496ae7d6c48ef65e47c Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Fri, 14 Feb 2020 01:19:24 +0100 Subject: [PATCH] missing override --- include/simgrid/s4u/Exec.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1