]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
removed a warning
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 5 Oct 2001 15:42:01 +0000 (15:42 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 5 Oct 2001 15:42:01 +0000 (15:42 +0000)
PHOS/AliPHOSEvalRecPoint.cxx

index ce5804fff124c6a6cc07fa280171c8fccd9470ad..8698bbcb8f38b6e3fc6fc6d1ea365478aa7b93b7 100644 (file)
@@ -826,7 +826,7 @@ void AliPHOSEvalRecPoint::MergeClosePoint()
   for (Int_t i=0;i<InWorkingPool(); i++)
     {
       TObject* obj = GetFromWorkingPool(i);
-      if(!(TObject*)this->IsEqual(obj))
+      if(!((TObject*)this)->IsEqual(obj))
        {
          AliPHOSRecPoint* rp = (AliPHOSRecPoint*)obj;
          if(GetPHOSMod() == rp->GetPHOSMod())