Skip to content
Snippets Groups Projects

TrkEventTPCnv: Fix gcc9 warnings.

Merged Scott Snyder requested to merge ssnyder/athena:gcc9.TrkEventTPCnv-20190121 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
/*
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;
Loading