Skip to content
Snippets Groups Projects
Commit bfda49a9 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'warn.xAODTrigger-20190314' into 'master'

xAODTrigger: Fix compilation warning.

See merge request atlas/athena!21923
parents a999a2d7 99659a7c
No related branches found
No related tags found
No related merge requests found
...@@ -227,7 +227,7 @@ namespace xAOD { ...@@ -227,7 +227,7 @@ namespace xAOD {
links.push_back( ElementLink< CONTAINER >(linkColKeys()[ i ], links.push_back( ElementLink< CONTAINER >(linkColKeys()[ i ],
linkColIndices()[ i ]) ); linkColIndices()[ i ]) );
} }
return std::move(links); return links;
} }
} // namespace xAOD } // namespace xAOD
......
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