From 57debe74eb2a238966cf654b2c688d023dded8c9 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Tue, 23 Jan 2024 22:23:51 +0100 Subject: [PATCH] Building on lxplus is boring --- test/src/MCRecoLinkChecker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/MCRecoLinkChecker.h b/test/src/MCRecoLinkChecker.h index 36f3b492..429d6a7f 100644 --- a/test/src/MCRecoLinkChecker.h +++ b/test/src/MCRecoLinkChecker.h @@ -30,7 +30,7 @@ #include -class MCRecoLinkChecker : Gaudi::Algorithm { +class MCRecoLinkChecker : public Gaudi::Algorithm { public: explicit MCRecoLinkChecker(const std::string& name, ISvcLocator* pSL); StatusCode execute(const EventContext&) const;