Skip to content

Commit 31db3f5

Browse files
committedOct 9, 2017
clang check FastSimDataFormats
1 parent a37ee8e commit 31db3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎FastSimDataFormats/L1GlobalMuonTrigger/interface/SimpleL1MuGMTCand.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class SimpleL1MuGMTCand : public L1MuGMTExtendedCand {
4949
float pTValue);
5050

5151
/// destructor
52-
virtual ~SimpleL1MuGMTCand();
52+
~SimpleL1MuGMTCand() override;
5353

5454
/// reset muon candidate
5555
void reset();

0 commit comments

Comments
 (0)
Please sign in to comment.