Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Harris committed Jun 18, 2024
1 parent c79bb69 commit 7bbf52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/include/Acts/Navigation/DetectorNavigator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class DetectorNavigator {
std::shared_ptr<const Logger> _logger =
getDefaultLogger("DetectorNavigator",
Logging::Level::INFO))
: m_cfg{std::move(cfg)}, m_logger{std::move(_logger)} {}
: m_cfg{cfg}, m_logger{std::move(_logger)} {}

State makeState(const Surface* startSurface,
const Surface* targetSurface) const {
Expand Down

0 comments on commit 7bbf52a

Please sign in to comment.