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

Merge branch 'clang.xAODMetaDataCnv-20200726' into 'master'

xAODMetaDataCnv: Fix clang warnings.

See merge request atlas/athena!35106
parents 568947da c6a4cd0d
No related branches found
No related tags found
No related merge requests found
...@@ -74,10 +74,10 @@ namespace xAODMaker { ...@@ -74,10 +74,10 @@ namespace xAODMaker {
/// @{ /// @{
/// Function collecting the metadata from a new input file /// Function collecting the metadata from a new input file
virtual StatusCode beginInputFile(); virtual StatusCode beginInputFile() override;
/// Function writing the collected metadata to the output /// Function writing the collected metadata to the output
virtual StatusCode metaDataStop(); virtual StatusCode metaDataStop() override;
/// @} /// @}
......
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