]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - T0/AliT0Trigger.cxx
some warnings fixed according Federico's request
[u/mrichter/AliRoot.git] / T0 / AliT0Trigger.cxx
index c87b504f813799d3bf25071c3f4128493dd1f782..49e808f21bfcfb216ed4e42a869823fbb355f377 100644 (file)
@@ -77,7 +77,7 @@ void AliT0Trigger::Trigger()
     AliError("no digits tree");
     return;
   }
-  AliT0digit *fDigits = new AliT0digit();
+  fDigits = new AliT0digit();
 
   TBranch *brDigits = treeD->GetBranch("T0");
   if (brDigits) {