Skip to content
Snippets Groups Projects

McParticleEventTPCnv: Fix gcc9 warnings.

Merged Scott Snyder requested to merge ssnyder/athena:gcc9.McParticleEventTPCnv-20190131 into master
3 files
+ 6
18
Compare changes
  • Side-by-side
  • Inline
Files
3
///////////////////////// -*- C++ -*- /////////////////////////////
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/
// TruthEtIsolations_p1.h
@@ -59,7 +59,7 @@ public:
/** Destructor:
*/
~TruthEtIsolations_p1();
~TruthEtIsolations_p1() = default;
///////////////////////////////////////////////////////////////////
// Const methods:
@@ -94,8 +94,4 @@ TruthEtIsolations_p1::TruthEtIsolations_p1() :
m_etIsolations( )
{}
inline
TruthEtIsolations_p1::~TruthEtIsolations_p1()
{}
#endif //> MCPARTICLEEVENTTPCNV_TRUTHETISOLATIONS_P1_H
Loading