]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSJet.h
Compilation warnings fixed by T.P.
[u/mrichter/AliRoot.git] / PHOS / AliPHOSJet.h
index 80eefb1a4e36fc47a263fd364eca74ceeeef240c..42246dfa35d381bdd893cc64cc6ae0a8044e1e0a 100644 (file)
@@ -60,7 +60,7 @@ public:
                           else return fSumPhi/fSumEnergy ;}
   Int_t GetNJetParticles(void)const{return fNpart;}
 
-  void Print() ;
+  void Print(const Option_t * = "") const ;
   AliPHOSJet & operator = (const AliPHOSJet & /*rvalue*/)  {
     // assignement operator requested by coding convention but not needed
     Fatal("operator =", "not implemented") ; return *this ;