polish
[u/mrichter/AliRoot.git] / PHOS / AliPHOSPID.h
index d12878f2b5802ee728b99aa77f9a204c892eb6c9..4c9af3ae2e88f0331c4790ac1b2a8055411189c7 100644 (file)
@@ -40,7 +40,7 @@ class AliPHOSPID : public TTask {
   virtual void Print() const { Warning("Print", "not defined" ) ;}
   void SetEventRange(Int_t first=0, Int_t last=-1) {fFirstEvent=first; fLastEvent=last; }
   void SetEventFolderName(TString name) { fEventFolderName = name ; }
   virtual void Print() const { Warning("Print", "not defined" ) ;}
   void SetEventRange(Int_t first=0, Int_t last=-1) {fFirstEvent=first; fLastEvent=last; }
   void SetEventFolderName(TString name) { fEventFolderName = name ; }
-  virtual const char * Version() const { Warning("Version", "not defined" ) ; return 0 ; }  
+  virtual char * Version() const { Warning("Version", "not defined" ) ; return 0 ; }  
   virtual void WriteRecParticles() = 0;
 
 protected:
   virtual void WriteRecParticles() = 0;
 
 protected: