Skip to content
Snippets Groups Projects
Commit 51189af3 authored by Scott Snyder's avatar Scott Snyder Committed by scott snyder
Browse files

TrigEFMissingET: Fix clang warning.

clang warning: missing override keyword.
parent 71f43170
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