Skip to content
Snippets Groups Projects
Commit 4f115f14 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'clang.TrigEgammaEmulationTool-20210809' into 'master'

TrigEgammaEmulationTool: Fix clang warning.

See merge request !45706
parents 50980fc7 8739a1a2
No related branches found
No related tags found
5 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45706TrigEgammaEmulationTool: Fix clang warning.
......@@ -30,7 +30,7 @@ namespace Trig{
virtual StatusCode initialize() override;
bool emulate( const TrigData &, bool &) const {return true;};
virtual bool emulate( const TrigData &, bool &) const override {return true;};
protected:
......
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