]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSCalibrator.h
Compilation warnings fixed
[u/mrichter/AliRoot.git] / PHOS / AliPHOSCalibrator.h
index ec0e26686ba14b13a06cc1ad9f860f3f67186b81..a5624705241a7a6fa6ca6e068fe0fd7294e197b2 100644 (file)
@@ -48,7 +48,7 @@ public:
   void PlotGain(Int_t channel) ; //Plot histo with gains for a channel
   void PlotGains() ;             //Plot all gains
 
-  void Print(const Option_t * option) const ;
+  virtual void Print(const Option_t *) const ;
 
   TH1F * PedestalHisto(Int_t channel)
     {return dynamic_cast<TH1F* >(fPedHistos->At(channel)) ;} ;