Skip to content

Commit

Permalink
Merge pull request #25559 from Dr15Jones/clangRecoMuonMuonIdentification
Browse files Browse the repository at this point in the history
Declare MuonShower as a struct, not a class
  • Loading branch information
cmsbuild committed Dec 26, 2018
2 parents 5cb0f3f + c52b1b9 commit e82c8ae
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -40,7 +40,7 @@
#include "FWCore/Framework/interface/ConsumesCollector.h"

namespace edm {class ParameterSet; class Event; class EventSetup;}
namespace reco {class TransientTrack; class MuonShower;}
namespace reco {class TransientTrack; struct MuonShower;}

class MuonServiceProxy;
class Trajectory;
Expand Down

0 comments on commit e82c8ae

Please sign in to comment.