diff --git a/Tracking/TrkEventCnv/TrkEventTPCnv/TrkEventTPCnv/VxVertex/Vertex_p1.h b/Tracking/TrkEventCnv/TrkEventTPCnv/TrkEventTPCnv/VxVertex/Vertex_p1.h index 2001984fe9655f78593486a1ebc84804f9ee0403..823ae68ccaad25800890eab918a575301efd776a 100644 --- a/Tracking/TrkEventCnv/TrkEventTPCnv/TrkEventTPCnv/VxVertex/Vertex_p1.h +++ b/Tracking/TrkEventCnv/TrkEventTPCnv/TrkEventTPCnv/VxVertex/Vertex_p1.h @@ -1,5 +1,5 @@ /* - 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;