X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e709643ef0c5b61c6c878016c418bffa2b1b20cd..4b0fa756ae6e58a74c374a519389ecb9e8b6a4d9:/src/mc/sosp/Snapshot.hpp diff --git a/src/mc/sosp/Snapshot.hpp b/src/mc/sosp/Snapshot.hpp index ac6b434a26..c0531b522b 100644 --- a/src/mc/sosp/Snapshot.hpp +++ b/src/mc/sosp/Snapshot.hpp @@ -61,7 +61,7 @@ class XBT_PRIVATE Snapshot final : public AddressSpace { public: /* Initialization */ Snapshot(int num_state, RemoteSimulation* get_remote_simulation = &mc_model_checker->get_remote_simulation()); - ~Snapshot() = default; + ~Snapshot() override = default; /* Regular use */ bool on_heap(const void* address) const