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

HIJetRec: Fix clang warning.

Missing override keywowrd.
parent ec7c7242
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ class HIJetConstituentModifierTool : public JetModifierBase { ...@@ -32,7 +32,7 @@ class HIJetConstituentModifierTool : public JetModifierBase {
virtual StatusCode initialize() override; virtual StatusCode initialize() override;
// Inherited method to modify a jet. // Inherited method to modify a jet.
virtual int modifyJet(xAOD::Jet& jet) const; virtual int modifyJet(xAOD::Jet& jet) const override;
private: private:
/// \brief Name of input cluster container /// \brief Name of input cluster container
......
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