Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix SimGrid-FMI
[simgrid.git] / src / kernel / resource / Model.cpp
index b95f61f..956cb32 100644 (file)
@@ -13,6 +13,7 @@ namespace kernel {
 namespace resource {
 
 Model::Model(Model::UpdateAlgo algo) : update_algorithm_(algo) {}
+Model::~Model() = default; // Don't move this declaration to the header, or it will break external projects such as SimGrid-FMI
 
 Action::ModifiedSet* Model::get_modified_set() const
 {