Skip to content

Commit

Permalink
Merge pull request #12322 from davidlt/fix-GEMDetLabel.h
Browse files Browse the repository at this point in the history
Fix temporaries in the header
  • Loading branch information
davidlange6 committed Nov 10, 2015
2 parents 00c36eb + 07f779b commit 2d05605
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Validation/MuonGEMHits/interface/GEMDetLabel.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
namespace GEMDetLabel {
std::string l_suffix[4] = {"_l1","_l2","_l1or2","_l1and2"};
std::string s_suffix[3] = {"_st1","_st2s","_st2"};
std::string c_suffix[3] = {"_all","_odd","_even"};
static const std::string l_suffix[4] = {"_l1","_l2","_l1or2","_l1and2"};
static const std::string s_suffix[3] = {"_st1","_st2s","_st2"};
static const std::string c_suffix[3] = {"_all","_odd","_even"};
}

0 comments on commit 2d05605

Please sign in to comment.