From 6122eb73f603bfafd7fe5a71efdf3ed677be5a6a Mon Sep 17 00:00:00 2001 From: degomme Date: Mon, 21 Mar 2016 16:47:45 +0100 Subject: [PATCH 1/1] clang asks for override here ... --- src/surf/cpu_interface.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/surf/cpu_interface.hpp b/src/surf/cpu_interface.hpp index 57165412ee..82763d40d3 100644 --- a/src/surf/cpu_interface.hpp +++ b/src/surf/cpu_interface.hpp @@ -162,7 +162,7 @@ public: void setState(simgrid::surf::Action::State state) override; - void updateRemainingLazy(double now); + void updateRemainingLazy(double now) override; std::list cpus(); }; -- 2.20.1