X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6708b279e302e756cca27951a03a0d0f05b62277..b6fc7c2d23e70b645eef83f2b138cc00dcd892d0:/src/surf/virtual_machine.hpp 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 {};