]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliESDInputHandlerRP.h
Correct character constantness
[u/mrichter/AliRoot.git] / STEER / AliESDInputHandlerRP.h
index 275357a728372f1db2b134a55a66628019e0e210..877f4603cbd94a479c8d35e6e6ac46bd9495f7be 100644 (file)
@@ -49,7 +49,7 @@ class AliESDInputHandlerRP : public AliESDInputHandler {
     Int_t           fNEvent;           //! Number of events in current directory
     Int_t           fFileNumber;       //! Input file number
     Int_t           fEventsPerFile;    //! Number of events per file
-    char           *fExtension;        //! File name extension
+    const Char_t   *fExtension;        //! File name extension
     TString        *fPathName;         //! Input file path
     Bool_t          fIsArchive;        //! True if directory is an archive
     ClassDef(AliESDInputHandlerRP, 1);