Skip to content

Commit

Permalink
Merge pull request #20852 from davidlange6/clangTidyCleanT2_FastSimDa…
Browse files Browse the repository at this point in the history
…taFormats

Clang-tidy checks for FastSimDataFormats
  • Loading branch information
cmsbuild committed Oct 9, 2017
2 parents 1d0a995 + 31db3f5 commit 4687eca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class SimpleL1MuGMTCand : public L1MuGMTExtendedCand {
float pTValue);

/// destructor
virtual ~SimpleL1MuGMTCand();
~SimpleL1MuGMTCand() override;

/// reset muon candidate
void reset();
Expand Down

0 comments on commit 4687eca

Please sign in to comment.