Skip to content
Snippets Groups Projects
Commit 04d76f65 authored by scott snyder's avatar scott snyder
Browse files

TrigL2MuonSA: Fix clang warning.

Missing override keyword.
parent 074da298
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ class PtEndcapLUTSvc : public AthService, virtual public IInterface
PtEndcapLUTSvc(const std::string& name, ISvcLocator* sl);
virtual ~PtEndcapLUTSvc() {}
virtual StatusCode queryInterface(const InterfaceID& riid, void** ppvIF);
virtual StatusCode queryInterface(const InterfaceID& riid, void** ppvIF) override;
virtual StatusCode initialize() override;
......
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