Skip to content

Commit

Permalink
Update Plugins/DD4hep/include/Acts/Plugins/DD4hep/DD4hepGeometryConte…
Browse files Browse the repository at this point in the history
…xt.hpp

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
asalzburger and coderabbitai[bot] authored Nov 19, 2024
1 parent 1056e47 commit e48b17e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e48b17e

Please sign in to comment.