X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5de8fe9ad7bfa1bee9e28dd030f6c57ea529ad20..923c96522e059639b7722b35d033d79d9b0b5590:/src/mc/VisitedState.hpp diff --git a/src/mc/VisitedState.hpp b/src/mc/VisitedState.hpp index 3665060744..7028f4d644 100644 --- a/src/mc/VisitedState.hpp +++ b/src/mc/VisitedState.hpp @@ -25,7 +25,7 @@ struct XBT_PRIVATE VisitedState { int original_num = 0; // num field of the VisitedState to which I was declared equal to (used for dot_output) explicit VisitedState(unsigned long state_number); - ~VisitedState(); + ~VisitedState() = default; }; class XBT_PRIVATE VisitedStates {