Skip to content

Commit

Permalink
Fix another file
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jun 20, 2024
1 parent b487ea5 commit 93a4cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k4MarlinWrapper/k4MarlinWrapper/LcioEventAlgo.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#include "k4MarlinWrapper/LCEventWrapper.h"

class LcioEvent : Gaudi::Algorithm {
class LcioEvent : public Gaudi::Algorithm {
public:
explicit LcioEvent(const std::string& name, ISvcLocator* pSL);
virtual ~LcioEvent() = default;
Expand Down

0 comments on commit 93a4cf7

Please sign in to comment.