X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/122ace8270460324eaa28fd429cc3f59e621f292..e5df52c9d70119dffcdf47f359720a484cfe096d:/include/simgrid/kernel/resource/Model.hpp diff --git a/include/simgrid/kernel/resource/Model.hpp b/include/simgrid/kernel/resource/Model.hpp index e7578ea724..ee23a153de 100644 --- a/include/simgrid/kernel/resource/Model.hpp +++ b/include/simgrid/kernel/resource/Model.hpp @@ -32,7 +32,7 @@ public: Model(const Model&) = delete; Model& operator=(const Model&) = delete; - virtual ~Model() = default; + virtual ~Model(); /** @brief Get the set of [actions](@ref Action) in *inited* state */ Action::StateSet* get_inited_action_set() { return &inited_action_set_; }