]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSclusterV2.h
Change in the signature of base class method Use to avoid compilation warnings (icc)
[u/mrichter/AliRoot.git] / ITS / AliITSclusterV2.h
index 7f68622ec10c4161b9becf707dc85c841a80777a..6023f72d2d23169fd595c190fb97e4e6d18d6a97 100644 (file)
@@ -30,7 +30,7 @@ public:
     fDeltaProb=0.;
   }
 
-  void Use() {fQ=-fQ;}
+  void Use(Int_t = 0) {fQ=-fQ;}
   void UnUse() {fQ=TMath::Abs(fQ);}
   void SetQ(Float_t q) {fQ=q;}
   void SetDetectorIndex(Int_t i) { fIndex=i; }