]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFReconstructionerV2.h
Removing warnings (Sun)
[u/mrichter/AliRoot.git] / TOF / AliTOFReconstructionerV2.h
index 91f8eb2589ea924382b1fc62e1d9722965444358..4bac6ce6d871648bcd20042a03cc3ebc327936be 100644 (file)
@@ -22,7 +22,7 @@ class AliTOFReconstructionerV2: public TTask {
 
 public:
   AliTOFReconstructionerV2() ;          // ctor
-  AliTOFReconstructionerV2(char* tpcBackTracks, char* tofDigits="digits.root");
+  AliTOFReconstructionerV2(const char* tpcBackTracks, const char* tofDigits="digits.root");
   AliTOFReconstructionerV2(const AliTOFReconstructionerV2 & rec);
   virtual ~AliTOFReconstructionerV2() ; // dtor   
   Bool_t        BackPropagation(){return kTRUE;};