X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a9919f554fd42fdb9a26defe86adbb1c3cfa59bd..578dd56a4a07709db1922ff5edd98f0c8f3090f9:/src/surf/vm_hl13.hpp diff --git a/src/surf/vm_hl13.hpp b/src/surf/vm_hl13.hpp index a901656b9d..3bcd9b85c3 100644 --- a/src/surf/vm_hl13.hpp +++ b/src/surf/vm_hl13.hpp @@ -46,7 +46,7 @@ public: class VMHL13 : public VirtualMachine { public: VMHL13(VMModel *model, const char* name, sg_host_t host_PM); - ~VMHL13() {} + ~VMHL13(); void suspend() override; void resume() override;