From: degomme Date: Mon, 21 Mar 2016 15:47:45 +0000 (+0100) Subject: clang asks for override here ... X-Git-Tag: v3_13~342 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6122eb73f603bfafd7fe5a71efdf3ed677be5a6a?hp=af4509c6e992ca8967f8cbc70c671a0c0a3d5f84 clang asks for override here ... --- 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(); };