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

AthExHive: Fix clang warning.

Missing override keyword.
parent bb8898fd
5 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!50012RecExConfig: Adjust log message levels from GetRunNumber and GetLBNumber,!48291AthExHive+MuonHoughPatternTools: Fix clang warnings.
......@@ -30,7 +30,7 @@ public:
virtual StatusCode initialize() override;
virtual StatusCode finalize() override;
void add(const std::string&, const unsigned int&);
virtual void add(const std::string&, const unsigned int&) override;
private:
......
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