]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TTherminator/Therminator/DecayChannel.h
Fix Coverity
[u/mrichter/AliRoot.git] / TTherminator / Therminator / DecayChannel.h
index 0ca744eec3b6bae55a93f47b35a4defdc8f37c15..c39c40e7a2517fc7108745aee3491783b44d1b34 100644 (file)
@@ -36,6 +36,7 @@ class DecayChannel
   DecayChannel(double aBranchRatio, int aPartType1, int aPartType2, int aPartType3 = -1);
   DecayChannel(const DecayChannel& aChannel);
   ~DecayChannel();
+  DecayChannel& operator=(const DecayChannel& aChannel);
   
   int    GetParticle1() const;
   int    GetParticle2() const;