Skip to content
Snippets Groups Projects
Commit da6dceef authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'thread-new.AthenaBaseComps-20220922' into 'master'

AthenaBaseComps: Fix thread-safety checker warnings.

See merge request !56961
parents c2ca8c2c 10a056f3
No related branches found
No related tags found
No related merge requests found
/*
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
*/
/* Dear emacs, this is -*-c++-*- */
......@@ -61,7 +61,7 @@ namespace xGaudi {
const std::regex& reject_filter = ComponentVisitorBase::s_noFilter,
T_TestVisited &&ignore = T_TestVisited()) {
class Visitor final : public IVisitor {
Callable* m_func;
const Callable* m_func;
public:
Visitor( Callable* f ) : m_func{f} {}
......
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