]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSv2.cxx
Compilation warnings fixed by T.P.
[u/mrichter/AliRoot.git] / PHOS / AliPHOSv2.cxx
index cd3b69859af1a0b3620375df3c36e87eed48d9d9..84dbb11754c029d8536e4fc94d7e7535444fe037 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 /* $Id$ */
+
+/* History of cvs commits:
+ *
+ * $Log$
+ */
+
 //_________________________________________________________________________
 // Version of AliPHOSv1 which keeps all hits in TreeH
 // AddHit, StepManager,and FinishEvent are redefined 
@@ -57,7 +63,7 @@ AliPHOSv2::~AliPHOSv2()
 }
 
 //____________________________________________________________________________
-void AliPHOSv2::Copy(AliPHOSv2 & phos)
+void AliPHOSv2::Copy(TObject & phos)const
 {
   TObject::Copy(phos) ; 
   AliPHOSv1::Copy(phos) ;