diff --git a/FastSimulation/ParticleDecay/interface/PythiaDecays.h b/FastSimulation/ParticleDecay/interface/PythiaDecays.h index 7bbf3f396919e..c10eb4aa01c46 100644 --- a/FastSimulation/ParticleDecay/interface/PythiaDecays.h +++ b/FastSimulation/ParticleDecay/interface/PythiaDecays.h @@ -30,7 +30,7 @@ class PythiaDecays public: PythiaDecays(); - ~PythiaDecays(){}; + ~PythiaDecays(); const DaughterParticleList & particleDaughters(ParticlePropagator& particle, CLHEP::HepRandomEngine*); private: diff --git a/FastSimulation/ParticleDecay/src/PythiaDecays.cc b/FastSimulation/ParticleDecay/src/PythiaDecays.cc index fe0063aaad6f9..7a459c31e9f06 100644 --- a/FastSimulation/ParticleDecay/src/PythiaDecays.cc +++ b/FastSimulation/ParticleDecay/src/PythiaDecays.cc @@ -26,6 +26,10 @@ PythiaDecays::PythiaDecays() } } + +PythiaDecays::~PythiaDecays() { +} + const DaughterParticleList& PythiaDecays::particleDaughters(ParticlePropagator& particle, CLHEP::HepRandomEngine* engine) {