From a52da3439e2a1bc763b90c351be0359d2efdd39d Mon Sep 17 00:00:00 2001 From: Simon Spannagel <simon.spannagel@cern.ch> Date: Wed, 11 Mar 2020 17:02:58 +0100 Subject: [PATCH] Fix typo --- src/modules/EventLoaderEUDAQ2/EventLoaderEUDAQ2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/EventLoaderEUDAQ2/EventLoaderEUDAQ2.cpp b/src/modules/EventLoaderEUDAQ2/EventLoaderEUDAQ2.cpp index dcf8336dd..6d4fb16f8 100644 --- a/src/modules/EventLoaderEUDAQ2/EventLoaderEUDAQ2.cpp +++ b/src/modules/EventLoaderEUDAQ2/EventLoaderEUDAQ2.cpp @@ -45,7 +45,7 @@ EventLoaderEUDAQ2::EventLoaderEUDAQ2(Configuration config, std::shared_ptr<Detec cfg.Set(key.first, key.second); } - // Converting the newly built configuration to a shared pointer of a cont configuration object + // Converting the newly built configuration to a shared pointer of a const configuration object // Unfortunbately EUDAQ does not provide appropriate member functions for their configuration class to avoid this dance const eudaq::Configuration eu_cfg = cfg; eudaq_config_ = std::make_shared<const eudaq::Configuration>(eu_cfg); -- GitLab