diff --git a/InnerDetector/InDetDetDescr/InDetTrackingGeometry/InDetTrackingGeometry/TRT_OverlapDescriptor.h b/InnerDetector/InDetDetDescr/InDetTrackingGeometry/InDetTrackingGeometry/TRT_OverlapDescriptor.h
index 7ecfbdd8bf71fb91bc1eca0ccf67d99c37880ff1..311046d82d2a2e6f0cf062cf97b8c1e7be1bf933 100755
--- a/InnerDetector/InDetDetDescr/InDetTrackingGeometry/InDetTrackingGeometry/TRT_OverlapDescriptor.h
+++ b/InnerDetector/InDetDetDescr/InDetTrackingGeometry/InDetTrackingGeometry/TRT_OverlapDescriptor.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 ///////////////////////////////////////////////////////////////////
@@ -66,7 +66,7 @@ namespace InDet {
                           const Amg::Vector3D& pos,
                           const Amg::Vector3D& dir) const;
            
-         mutable const TRT_ID* m_trtIdHelper;     //!< the Id helper
+         const TRT_ID* m_trtIdHelper;     //!< the Id helper
          double                m_breakTolerance;  //!< if the straight line intersection is within this fraction of the bounds - don't look for neighbours
          double                m_outsideTolerance; //!< accept even if it outside the bounds by this tolerance