X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/76673935f66c0e1606bb1cdc05f37be3c0a135b1..cde2aca7feb21f861c3f2da5fa5ae957ff15bb8e:/src/mc/VisitedState.hpp diff --git a/src/mc/VisitedState.hpp b/src/mc/VisitedState.hpp index 3ac5e7b15f..3665060744 100644 --- a/src/mc/VisitedState.hpp +++ b/src/mc/VisitedState.hpp @@ -24,7 +24,7 @@ struct XBT_PRIVATE VisitedState { int num = 0; // unique id of that state in the storage of all stored IDs int original_num = 0; // num field of the VisitedState to which I was declared equal to (used for dot_output) - VisitedState(unsigned long state_number); + explicit VisitedState(unsigned long state_number); ~VisitedState(); };