]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/comp/AliHLTCompPreprocessor.h
following suggestions by gcc 4.3
[u/mrichter/AliRoot.git] / HLT / comp / AliHLTCompPreprocessor.h
index ad5505ea3a453b99a4bdcc0c8a7391e6fa90eeb7..1806cc4beb46e33cb423810461568730e215ff1c 100644 (file)
@@ -67,7 +67,7 @@ class AliHLTCompPreprocessor : public AliHLTModulePreprocessor
   const char* GetModuleID() {return "AliHLTCompPreprocessor";};
 
   /** Define bit mask of the active detectors needed by this preprocessor module */
-  const Int_t GetModuleNumber() {
+  Int_t GetModuleNumber() {
     Int_t modulenumber = 0;
     modulenumber = AliHLTModulePreprocessor::DetectorBitMask("TPC") | AliHLTModulePreprocessor::DetectorBitMask("PHOS");
     return modulenumber;