Skip to content

Commit

Permalink
Changed forward declaration of EVTColContainer to struct
Browse files Browse the repository at this point in the history
This fixes a clang warning.
  • Loading branch information
Dr15Jones committed Dec 21, 2018
1 parent df29679 commit 21c6c54
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 21c6c54

Please sign in to comment.