Skip to content
Snippets Groups Projects
Commit ca6a37c2 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'clang.TrackCaloClusterRecTools-20201118' into 'master'

TrackCaloClusterRecTools: Fix clang warning.

See merge request atlas/athena!38368
parents 3ab1913d 0d8b7902
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ public:
virtual StatusCode initialize() override ;
virtual StatusCode fillTCC(xAOD::FlowElementContainer* container, const TrackCaloClusterInfo & tccInfo ) const =0;
virtual StatusCode fillTCC(xAOD::FlowElementContainer* container, const TrackCaloClusterInfo & tccInfo ) const override =0;
protected:
......
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