From: Martin Quinson Date: Thu, 1 Sep 2016 17:00:11 +0000 (+0200) Subject: yet another missing 'override' keyword X-Git-Tag: v3_14~453 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f173733995681c8fb284c4fb2d5e24e3bf251532 yet another missing 'override' keyword --- diff --git a/src/surf/virtual_machine.hpp b/src/surf/virtual_machine.hpp index efc20f5ecc..47ad8c5881 100644 --- a/src/surf/virtual_machine.hpp +++ b/src/surf/virtual_machine.hpp @@ -115,7 +115,7 @@ public: * @param host_PM The real machine hosting the VM */ s4u::Host *createVM(const char *name, sg_host_t host_PM); - void adjustWeightOfDummyCpuActions() {}; + void adjustWeightOfDummyCpuActions() override {}; double next_occuring_event(double now) override; void updateActionsState(double /*now*/, double /*delta*/) override {};