]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSv2.cxx
Corrected compilation options
[u/mrichter/AliRoot.git] / PHOS / AliPHOSv2.cxx
index 84dbb11754c029d8536e4fc94d7e7535444fe037..38e8557d297f5fc11844c3ee3e6f2f6095e5fed9 100644 (file)
@@ -17,6 +17,9 @@
 /* History of cvs commits:
  *
  * $Log$
+ * Revision 1.24  2005/05/28 14:19:05  schutz
+ * Compilation warnings fixed by T.P.
+ *
  */
 
 //_________________________________________________________________________
@@ -63,10 +66,10 @@ AliPHOSv2::~AliPHOSv2()
 }
 
 //____________________________________________________________________________
-void AliPHOSv2::Copy(TObject & phos)const
+AliPHOSv2 & AliPHOSv2::operator = (const AliPHOSv2 &)
 {
-  TObject::Copy(phos) ; 
-  AliPHOSv1::Copy(phos) ;   
+  Fatal("operator =", "not implemented");
+  return *this;
 }
 
 //____________________________________________________________________________