]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RICH/AliRICHRecHit3D.cxx
Code cleaning, all wranings removed with new Makefile options
[u/mrichter/AliRoot.git] / RICH / AliRICHRecHit3D.cxx
index a687ac23a94617970e71eda91b28146576c1a4ca..1d3edf86c8b4a25493a0f64cb34b87158383d534 100644 (file)
@@ -25,6 +25,7 @@ AliRICHRecHit3D::AliRICHRecHit3D(Int_t id, Float_t *rechit, Float_t omega, Float
     //
     // Creates a RICH rec. hit object
     //
+    id++;//to remove warning
     fTheta        = rechit[0];
     fPhi          = rechit[1];
     fOmega        = rechit[2];