]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALLink.h
Removing meaningless type qualifier on return type (icc warning 858)
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALLink.h
index d402b3ab55acbe0a27adeaca15404cc011dd99de..c517f65eebb9dfb0d4e92ec5c362ea01e1991027 100644 (file)
@@ -30,9 +30,9 @@ public:
     // dtor
   }
   Int_t   Compare(const TObject * obj) const ;
-  const Int_t   GetECA(void) const { return fECAN ; }  
-  const Int_t   GetOther(void) const { return fOtherN ; } 
-  const Float_t GetProd(void) const { return fProd ; }   
+  Int_t   GetECA(void) const { return fECAN ; }  
+  Int_t   GetOther(void) const { return fOtherN ; } 
+  Float_t GetProd(void) const { return fProd ; }   
   Bool_t        IsSortable() const{ return kTRUE; }
   
 private: