diff --git a/include/fsmod/Partition.hpp b/include/fsmod/Partition.hpp index 4efde90..8f93266 100644 --- a/include/fsmod/Partition.hpp +++ b/include/fsmod/Partition.hpp @@ -35,7 +35,7 @@ namespace simgrid::module::fs { LRU = 2 }; - ~Partition() = default; + virtual ~Partition() = default; /** * @brief Retrieves the partition's name