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

Merge branch 'clang.EventSelectorAthenaPool-20181004' into 'master'

EventSelectorAthenaPool: Fix clang warning.

See merge request atlas/athena!14733
parents 4d032b26 765f0984
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ public: // Constructor and Destructor
virtual StatusCode io_finalize() override;
/// Incident service handle listening for BeginProcessing and EndProcessing
void handle(const Incident& incident);
virtual void handle(const Incident& incident) override;
private: // internal member functions
/// Return pointer to active event SG
......
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