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

Merge branch 'clang.TrigEFMissingET-20180705' into 'master'

TrigEFMissingET: Fix clang warning.

See merge request atlas/athena!12554
parents ca641278 51189af3
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ class EFMissingETFromCellsMT: public extends<AthAlgTool, IMissingETTool> { ...@@ -31,7 +31,7 @@ class EFMissingETFromCellsMT: public extends<AthAlgTool, IMissingETTool> {
virtual ~EFMissingETFromCellsMT(){} virtual ~EFMissingETFromCellsMT(){}
virtual StatusCode initialize(); virtual StatusCode initialize() override;
virtual StatusCode update( xAOD::TrigMissingET *met, virtual StatusCode update( xAOD::TrigMissingET *met,
TrigEFMissingEtHelper *metHelper ) const override; TrigEFMissingEtHelper *metHelper ) const 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