Skip to content

Commit

Permalink
Merge pull request #9547 from davidlt/clang-fix-dqm-const-inst
Browse files Browse the repository at this point in the history
DQM/L1TMonitor: definite static const int members
  • Loading branch information
davidlange6 committed Jun 11, 2015
2 parents 648a9c9 + f8fc5ae commit 1510b65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DQM/L1TMonitor/src/L1TdeGCT.cc
Expand Up @@ -5,6 +5,7 @@ using namespace dedefs;

const int L1TdeGCT::nGctColl_;
const int L1TdeGCT::nerr;
const int L1TdeGCT::nStage1Layer2Coll_;

L1TdeGCT::L1TdeGCT(const edm::ParameterSet& iConfig) {

Expand Down

0 comments on commit 1510b65

Please sign in to comment.