X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/32eeb3976a16c5e5d2b2a9c00f4386cebbb75550..830fa48c41fe9e077b49bae4a506397c96830505:/src/instr/instr_paje_types.cpp diff --git a/src/instr/instr_paje_types.cpp b/src/instr/instr_paje_types.cpp index 12b7eeb46c..01f0050efd 100644 --- a/src/instr/instr_paje_types.cpp +++ b/src/instr/instr_paje_types.cpp @@ -104,7 +104,7 @@ type_t s_type::s_type_get_or_null (const char *name, type_t father) return ret; } -type_t PJ_type_container_new (const char *name, type_t father) +type_t s_type::s_type_container_new (const char *name, type_t father) { if (name == nullptr){ THROWF (tracing_error, 0, "can't create a container type with a nullptr name");