Skip to content
Snippets Groups Projects
Commit 4c013b86 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

Former-commit-id: 54b203db
parents d94b0a98 3d1d38fd
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