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

xAODMetaDataCnv: Fix clang warnings.

Missing override keywords.
parent e8df3bb2
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