From 31db3f5b11d6b705c3f798cc7d27dbb8c8bd21d3 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 9 Oct 2017 14:04:35 +0200 Subject: [PATCH] clang check FastSimDataFormats --- .../L1GlobalMuonTrigger/interface/SimpleL1MuGMTCand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastSimDataFormats/L1GlobalMuonTrigger/interface/SimpleL1MuGMTCand.h b/FastSimDataFormats/L1GlobalMuonTrigger/interface/SimpleL1MuGMTCand.h index c2cf0b1bfb712..14f7781fd9f5d 100644 --- a/FastSimDataFormats/L1GlobalMuonTrigger/interface/SimpleL1MuGMTCand.h +++ b/FastSimDataFormats/L1GlobalMuonTrigger/interface/SimpleL1MuGMTCand.h @@ -49,7 +49,7 @@ class SimpleL1MuGMTCand : public L1MuGMTExtendedCand { float pTValue); /// destructor - virtual ~SimpleL1MuGMTCand(); + ~SimpleL1MuGMTCand() override; /// reset muon candidate void reset();