]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
No return in void function (Alpha)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 10 Feb 2005 09:39:59 +0000 (09:39 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 10 Feb 2005 09:39:59 +0000 (09:39 +0000)
MUON/AliMUONGeometrySegmentation.cxx

index 40fc9ae983a6f6037a63ccde226decadd966c091..3642930ba44d9e8ca1b39931d3aaa4afaa6eace7 100644 (file)
@@ -520,7 +520,7 @@ void  AliMUONGeometrySegmentation::IntegrationLimits(Int_t detElemId,
  
   if (!Notify(detElemId)) return;
 
-  return fCurrentSegmentation->IntegrationLimits(x1, x2, y1, y2);
+  fCurrentSegmentation->IntegrationLimits(x1, x2, y1, y2);
 }
 
 //______________________________________________________________________________