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

Merge branch 'clang.TrkExRungeKuttaIntersector-20181008' into 'master'

TrkExRungeKuttaIntersector: Fix clang warnings.

See merge request atlas/athena!14842
parents 6be27330 8ddd1d3d
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,8 @@ class IntersectorWrapper: public AthAlgTool,
const IInterface* parent);
~IntersectorWrapper (void); // destructor
StatusCode initialize();
StatusCode finalize();
virtual StatusCode initialize() override;
virtual StatusCode finalize() 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