X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/70fa17187e0b928ff89cb8663426edbf6b74601a..182cc8093e15ba81fa630601a0021dee7979991a:/src/mc/mc_record.hpp diff --git a/src/mc/mc_record.hpp b/src/mc/mc_record.hpp index af9948263f..c9cb09473d 100644 --- a/src/mc/mc_record.hpp +++ b/src/mc/mc_record.hpp @@ -34,7 +34,7 @@ XBT_PRIVATE std::string traceToString(simgrid::mc::RecordTrace const& trace); XBT_PRIVATE void dumpRecordPath(); XBT_PRIVATE void replay(RecordTrace const& trace); -XBT_PRIVATE void replay(const char* trace); +XBT_PRIVATE void replay(std::string trace); } }