diff --git a/Event/ByteStreamCnvSvc/src/ByteStreamEventStorageInputSvc.cxx b/Event/ByteStreamCnvSvc/src/ByteStreamEventStorageInputSvc.cxx index 9871abb5081e74e6d06caee267d9a1ffc37d2329..fa0263f26580dbc532ede3c8ef2d0b13a1b39fb4 100644 --- a/Event/ByteStreamCnvSvc/src/ByteStreamEventStorageInputSvc.cxx +++ b/Event/ByteStreamCnvSvc/src/ByteStreamEventStorageInputSvc.cxx @@ -520,7 +520,7 @@ StatusCode ByteStreamEventStorageInputSvc::generateDataHeader() if (ioc.isSuccess()) { const SG::DataProxy* ptmp = m_sgSvc->transientProxy(ClassID_traits<EventInfo>::ID(), "ByteStreamEventInfo"); if (ptmp !=0) { - DataHeaderElement DheEI(ptmp->transientAddress(), 0, "ByteStreamEventInfo"); + DataHeaderElement DheEI(ptmp, 0, "ByteStreamEventInfo"); Dh->insert(DheEI); } //else ATH_MSG_ERROR("Failed to create EventInfo proxy " << ptmp);