]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSJetFinder.h
Compilation warnings fixed
[u/mrichter/AliRoot.git] / PHOS / AliPHOSJetFinder.h
index 8bccfa535b1b7e693a7c57d1e0a1a92d4ab47869..0027211569a573f3556cd59d605cd95bd6da27f3 100644 (file)
@@ -31,7 +31,7 @@ public:
   void FindJetsFromParticles(const TClonesArray * plist,TObjArray * jetslist) ; //Do the job
   void FindJetsFromDigits(const TClonesArray * digits,TObjArray * jetslist) ; //Do the job
 
-  void Print(Option_t * option = "") ;
+  void Print() ;
 
   void SetEtSeed(Double_t etseed){fEtSeed = etseed ;} ;
   void SetEtMin(Double_t etmin){fEtMin = etmin ;} ;