X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/befbbbe1fbb31663a8f91e24ce12df271cf4ae79..2f6b0aa5c5a2fada81b8593c0ba9d930a7ce41d2:/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 {