X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3715b2a421abd8357f41fb2be3c25a351f1af8cb..f3e4803befab19389587dd1d9af5ecdeffec551e:/src/surf/vm_interface.hpp diff --git a/src/surf/vm_interface.hpp b/src/surf/vm_interface.hpp index e221713dfc..c050250d70 100644 --- a/src/surf/vm_interface.hpp +++ b/src/surf/vm_interface.hpp @@ -47,7 +47,7 @@ extern surf_callback(void, VM*) VMStateChangedCallbacks; */ class VMModel : public HostModel { public: - VMModel(); + VMModel() :HostModel(){} ~VMModel(){}; Host *createHost(const char *name){DIE_IMPOSSIBLE;}