]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSv2.cxx
Corrected compilation options
[u/mrichter/AliRoot.git] / PHOS / AliPHOSv2.cxx
index 14141056bf3070532a318aedd0c1eeab08176079..38e8557d297f5fc11844c3ee3e6f2f6095e5fed9 100644 (file)
@@ -65,6 +65,13 @@ AliPHOSv2::~AliPHOSv2()
   // dtor
 }
 
+//____________________________________________________________________________
+AliPHOSv2 & AliPHOSv2::operator = (const AliPHOSv2 &)
+{
+  Fatal("operator =", "not implemented");
+  return *this;
+}
+
 //____________________________________________________________________________
 void AliPHOSv2::AddHit(Int_t shunt, Int_t primary, Int_t Id, Float_t * hits)
 {