From e48b17e5dfc258aa0db41d13e8481dc243d577a4 Mon Sep 17 00:00:00 2001 From: Andreas Salzburger Date: Tue, 19 Nov 2024 15:05:53 +0100 Subject: [PATCH] Update Plugins/DD4hep/include/Acts/Plugins/DD4hep/DD4hepGeometryContext.hpp Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- .../include/Acts/Plugins/DD4hep/DD4hepGeometryContext.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/DD4hep/include/Acts/Plugins/DD4hep/DD4hepGeometryContext.hpp b/Plugins/DD4hep/include/Acts/Plugins/DD4hep/DD4hepGeometryContext.hpp index 89383428acea..6ed6715e440f 100644 --- a/Plugins/DD4hep/include/Acts/Plugins/DD4hep/DD4hepGeometryContext.hpp +++ b/Plugins/DD4hep/include/Acts/Plugins/DD4hep/DD4hepGeometryContext.hpp @@ -52,7 +52,7 @@ class DD4hepGeometryContext : public GeometryContext { explicit DD4hepGeometryContext(bool isContextActive) : m_active(isContextActive) {} - const bool m_active = true; + const bool m_active; }; } // namespace Acts