From 638f9c6b04dcf3d28661fd8a8e5e1a331e318890 Mon Sep 17 00:00:00 2001 From: ccaillol Date: Wed, 27 Apr 2022 14:55:57 +0200 Subject: [PATCH] fix clang warning --- .../plugins/implementations_stage2/EtSumUnpacker_0x10010057.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.h b/EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.h index 31de9b15ef29c..963b7bf60d1d6 100644 --- a/EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.h +++ b/EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.h @@ -12,7 +12,7 @@ namespace l1t { bool unpack(const Block& block, UnpackerCollections* coll) override; - inline void setEtSumCopy(const unsigned int copy) { EtSumCopy_ = copy; }; + inline void setEtSumCopy(const unsigned int copy) override { EtSumCopy_ = copy; }; private: unsigned int EtSumCopy_;