Skip to content
Snippets Groups Projects
Commit be0410c4 authored by Simon Spannagel's avatar Simon Spannagel Committed by Jens Kroeger
Browse files

Fix typo

(cherry picked from commit a52da343)
parent 38beb3f6
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment