Skip to content
Snippets Groups Projects
Commit 26911d67 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'const.AthenaKernel-20201112' into 'master'

AthenaKernel: const fix

See merge request atlas/athena!38197
parents 17771d15 9b36fe71
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,7 @@ namespace SG {
gLog << MSG::WARNING
<< "can't convert stored DataObject " << pDObj
<< " to type ("
<< ClassID_traits<T>::typeName()
<< ClassID_traits<T_nc>::typeName()
<< ")\n Unless you are following a symlink,"
<< " it probably means you have a duplicate "
<< "CLID = " << pDObj->clID()
......
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