diff --git a/Tracking/Acts/ActsInterop/ActsInterop/Logger.h b/Tracking/Acts/ActsInterop/ActsInterop/Logger.h index f4ab8abc01a8c346d7b7dfda5da3927f4aebc6e5..c7618676a3d14cb28a17904792d3a6b3fc088374 100644 --- a/Tracking/Acts/ActsInterop/ActsInterop/Logger.h +++ b/Tracking/Acts/ActsInterop/ActsInterop/Logger.h @@ -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