Skip to content
Snippets Groups Projects
Commit d105e3b7 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'gcc9.TrkEventTPCnv-20190121' into 'master'

TrkEventTPCnv: Fix gcc9 warnings.

See merge request !20490
parents 68f02f84 f6d5c89d
No related branches found
No related tags found
No related merge requests found
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/
#ifndef VERTEX_P1_TRK_H
......@@ -24,7 +24,7 @@ namespace Trk
public:
Vertex_p1() {}
virtual ~Vertex_p1() {}
virtual ~Vertex_p1() = default;
std::vector<float> m_position;
......
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