]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliShuttleInterface.cxx
Correct warnings for gcc 4.3
[u/mrichter/AliRoot.git] / STEER / AliShuttleInterface.cxx
index 8d3b4e788779fa1db80c1deec58b7141a42012a6..527df5d12498c25f35df53686e7b777756bfb8c8 100644 (file)
@@ -72,7 +72,7 @@ const char* AliShuttleInterface::GetDetName(UInt_t detPos){
 }
 
 //______________________________________________________________________________________________
-const Int_t AliShuttleInterface::GetDetPos(const char* detName){
+Int_t AliShuttleInterface::GetDetPos(const char* detName){
 // Return detector position in the detector code array
 
        for(UInt_t iDet=0; iDet < kNDetectors; iDet++){