Skip to content
Snippets Groups Projects
Commit f6813e59 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'clang.TrigL2MuonSA-20200629' into 'master'

TrigL2MuonSA: Fix another clang warning.

See merge request atlas/athena!34271
parents 15f3aca0 cd53cca4
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ namespace TrigL2MuonSA { ...@@ -27,7 +27,7 @@ namespace TrigL2MuonSA {
public: public:
PtBarrelLUTSvc(const std::string& name,ISvcLocator* sl); PtBarrelLUTSvc(const std::string& name,ISvcLocator* sl);
virtual StatusCode queryInterface(const InterfaceID& riid,void** ppvIF); virtual StatusCode queryInterface(const InterfaceID& riid,void** ppvIF) override;
virtual StatusCode initialize(void) override; virtual StatusCode initialize(void) 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