Skip to content

Commit

Permalink
Building on lxplus is boring
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jan 23, 2024
1 parent f4f4d2b commit 2ca3b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/MCRecoLinkChecker.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

#include <string>

class MCRecoLinkChecker : Gaudi::Algorithm {
class MCRecoLinkChecker : public Gaudi::Algorithm {
public:
explicit MCRecoLinkChecker(const std::string& name, ISvcLocator* pSL);
StatusCode execute(const EventContext&) const;
Expand Down

0 comments on commit 2ca3b9c

Please sign in to comment.