Skip to content
Snippets Groups Projects
Commit f5492d37 authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

AthenaPoolCnvSvc: Fix compilation with MT thinning changes.

Update for compatibility with changes in AthContainers.
parent 3be33814
No related merge requests found
...@@ -26,7 +26,8 @@ persToTrans( const OLDTYPE* oldObj, ...@@ -26,7 +26,8 @@ persToTrans( const OLDTYPE* oldObj,
// Copy the payload of the v1 object into the latest one by misusing // Copy the payload of the v1 object into the latest one by misusing
// the thinning code a bit... // the thinning code a bit...
SG::copyAuxStoreThinned( *oldObj, *newObj, 0 ); SG::copyAuxStoreThinned( *oldObj, *newObj,
static_cast<SG::ThinningDecisionBase*>(nullptr) );
// Print what happened: // Print what happened:
if( log.level() <= MSG::DEBUG ) { if( log.level() <= MSG::DEBUG ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment