Skip to content
Snippets Groups Projects
Commit 496bb49f authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch '23.0-clang15-ActsInterop' into 'master'

23.0-clang15-ActsInterop

See merge request !60331
parents ef70d96b 829d1f0c
1 merge request!6033123.0-clang15-ActsInterop
......@@ -21,7 +21,7 @@ public:
: m_msg(msg), m_name(name) {}
void
flush(const Acts::Logging::Level& lvl, const std::string& input);
flush(const Acts::Logging::Level& lvl, const std::string& input) override;
virtual
const std::string&
......@@ -42,7 +42,7 @@ public:
//~AthenaFilterPolicy() = default;
bool doPrint(const Acts::Logging::Level& lvl) const;
bool doPrint(const Acts::Logging::Level& lvl) const override;
virtual
Acts::Logging::Level
......
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