Skip to content
Snippets Groups Projects
Commit 696a3e58 authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

TrigMuonRoITools: Fix clang warning.

Missing override keyword.
parent dafb8de5
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ class TrigMuonRoITool: public extends<AthAlgTool, ITrigMuonRoITool>
virtual StatusCode initialize() override;
/// Decoding the muCTPi RoIB and DAQ ROB and return in and out of time RoIs
virtual std::unique_ptr<TrigMuonRoITool::MuonRois> decodeMuCTPi(const EventContext& ctx) const;
virtual std::unique_ptr<TrigMuonRoITool::MuonRois> decodeMuCTPi(const EventContext& ctx) const override;
private:
......
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