]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/AliVertex.cxx
28-oct-2002 NvE "Riostream.h" introduced to replace the standard C++ includes and
[u/mrichter/AliRoot.git] / RALICE / AliVertex.cxx
index 996bc7f7aaaea3c6c7c8ee6a1a6e5771e4101ec9..44c1622aa2fcb00b1e0427c78dec9d2685257f07 100644 (file)
@@ -915,7 +915,7 @@ void AliVertex::Draw(Int_t secs,Int_t cons,Int_t jets)
 
   if (!tx) continue;
 
-  charge=tx->GetCharge();
+  charge=static_cast<int>(tx->GetCharge());
 
   TPolyLine3D* line=new TPolyLine3D();
   fLines->Add(line);