Skip to content
Snippets Groups Projects
Commit 2a16f733 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

GaudiHandle: add missing override keyword

Fixes compilation warning in METReconstruction in the cmake build.

See merge request !161
parents 827d587e 733b883d
No related branches found
No related tags found
1 merge request!161GaudiHandle: add missing override keyword
Pipeline #
...@@ -534,7 +534,7 @@ public: ...@@ -534,7 +534,7 @@ public:
} }
/** has Array been retreived? **/ /** has Array been retreived? **/
bool retrieved() const { return m_retrieved; } virtual bool retrieved() const override { return m_retrieved; }
private: 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