Skip to content

Commit

Permalink
Merge pull request #25548 from Dr15Jones/clangHLTriggerOfflineHiggs
Browse files Browse the repository at this point in the history
Changed forward declaration of EVTColContainer to struct
  • Loading branch information
cmsbuild committed Jan 9, 2019
2 parents 883941b + 21c6c54 commit 4d05984
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HLTriggerOffline/Higgs/interface/HLTHiggsPlotter.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

const unsigned int kNull = (unsigned int) -1;

class EVTColContainer;
struct EVTColContainer;

class HLTHiggsPlotter
{
Expand Down
2 changes: 1 addition & 1 deletion HLTriggerOffline/Higgs/interface/HLTHiggsSubAnalysis.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#include<map>
#include<cstring>

class EVTColContainer;
struct EVTColContainer;

class HLTHiggsSubAnalysis
{
Expand Down
2 changes: 1 addition & 1 deletion HLTriggerOffline/Higgs/interface/HLTHiggsValidator.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <cstring>


class EVTColContainer;
struct EVTColContainer;

class HLTHiggsValidator : public DQMEDAnalyzer
{
Expand Down

0 comments on commit 4d05984

Please sign in to comment.