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