]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PYTHIA6/AliDecayerPythia.h
Removing warnings (icc)
[u/mrichter/AliRoot.git] / PYTHIA6 / AliDecayerPythia.h
index b6047bd3e59bd12e5256faf11e197459913dff03..0dfac98e53a35ada6f1d1c19625463fb35d18ad4 100644 (file)
@@ -43,7 +43,7 @@ public AliDecayer
     void     ForceHadronicD();
     void     ForceOmega();    
     Float_t  GetBraPart(Int_t kf);
-    void  Copy(AliDecayerPythia &decayer) const;
+    void  Copy(TObject &decayer) const;
     AliDecayerPythia(const AliDecayerPythia &decayer):AliDecayer(decayer)
        {decayer.Copy(*this);}
     virtual AliDecayerPythia &operator=(const AliDecayerPythia &decayer)