Skip to content
Snippets Groups Projects
Commit 3a0fc9fe authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'naming.MuonGeoModel-20171109' into 'master'

MuonGeoModel: Fix clang warnings.

See merge request !6331
parents fcf3b6fd 529a0bfd
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ public:
virtual ~MuonDetectorTool() override final;
//initialize - needed to retrieve the alignment Tool
StatusCode initialize();
virtual StatusCode initialize() override;
//register call back to condition data
......@@ -45,7 +45,7 @@ public:
virtual StatusCode clear() override final;
// incident svc handle
virtual void handle(const Incident&);
virtual void handle(const Incident&) 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