Skip to content
Snippets Groups Projects
Commit 3f4be6f8 authored by Dave Casper's avatar Dave Casper
Browse files

Add virtual destructor to FaserTruthVertex

parent 781b5026
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,8 @@ namespace xAOD { ...@@ -35,6 +35,8 @@ namespace xAOD {
/// Default constructor /// Default constructor
FaserTruthVertex(); FaserTruthVertex();
virtual ~FaserTruthVertex() { }
/// @name Functions identifying the vertex in the MC record /// @name Functions identifying the vertex in the MC record
/// @{ /// @{
......
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