X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/38249857c3a72a5c5d0dcd36b53a74e7bf381eda..41d713d05548dd2c78ffd3d7f5ea8c1255a0f2d1:/src/instr/instr_interface.cpp diff --git a/src/instr/instr_interface.cpp b/src/instr/instr_interface.cpp index 3f079eb995..f057311e48 100644 --- a/src/instr/instr_interface.cpp +++ b/src/instr/instr_interface.cpp @@ -193,7 +193,7 @@ void TRACE_declare_mark_value_with_color (const char *mark_type, const char *mar mark_color = white; XBT_DEBUG("MARK,declare_value %s %s %s", mark_type, mark_value, mark_color); - simgrid::instr::Value rett(mark_value, mark_color, type); + new simgrid::instr::Value(mark_value, mark_color, type); } /** \ingroup TRACE_mark