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

AthenaKernel: const fix

Fix compilation failure with using fromStorable into a const pointer
(only showed up in debug builds).
parent 3fc68229
No related branches found
No related tags found
No related merge requests found
...@@ -211,7 +211,7 @@ namespace SG { ...@@ -211,7 +211,7 @@ namespace SG {
gLog << MSG::WARNING gLog << MSG::WARNING
<< "can't convert stored DataObject " << pDObj << "can't convert stored DataObject " << pDObj
<< " to type (" << " to type ("
<< ClassID_traits<T>::typeName() << ClassID_traits<T_nc>::typeName()
<< ")\n Unless you are following a symlink," << ")\n Unless you are following a symlink,"
<< " it probably means you have a duplicate " << " it probably means you have a duplicate "
<< "CLID = " << pDObj->clID() << "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