X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/af04b9f138fd2e3cdac1752e4e8bf94b7ccec1fc..6302d9298b1dd180f6112a141d12e6ec7cf498d3:/src/instr/instr_paje_types.cpp diff --git a/src/instr/instr_paje_types.cpp b/src/instr/instr_paje_types.cpp index 314bc862c1..3f877079af 100644 --- a/src/instr/instr_paje_types.cpp +++ b/src/instr/instr_paje_types.cpp @@ -65,7 +65,7 @@ void StateType::setEvent(std::string value_name) events_.push_back(new StateEvent(issuer_, this, PAJE_SetState, getEntityValue(value_name))); } -void StateType::pushEvent(std::string value_name, void* extra) +void StateType::pushEvent(std::string value_name, TIData* extra) { events_.push_back(new StateEvent(issuer_, this, PAJE_PushState, getEntityValue(value_name), extra)); }