Skip to content

Commit

Permalink
Made ~Partition() virtual, so that derived classes' destructors are
Browse files Browse the repository at this point in the history
called
  • Loading branch information
henricasanova committed May 20, 2024
1 parent 922089b commit fe03dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fsmod/Partition.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace simgrid::module::fs {
LRU = 2
};

~Partition() = default;
virtual ~Partition() = default;

/**
* @brief Retrieves the partition's name
Expand Down

0 comments on commit fe03dd7

Please sign in to comment.