Skip to content

Commit

Permalink
More mutables is always better
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jun 20, 2024
1 parent 8ce1374 commit 5b1d147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k4MarlinWrapper/k4MarlinWrapper/MarlinProcessorWrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class MarlinProcessorWrapper : public Gaudi::Algorithm {

private:
std::string m_verbosity = "ERROR";
marlin::Processor* m_processor = nullptr;
mutable marlin::Processor* m_processor = nullptr;

/// Load libraries specified by MARLIN_DLL environment variable
StatusCode loadProcessorLibraries() const;
Expand Down

0 comments on commit 5b1d147

Please sign in to comment.