Skip to content
Snippets Groups Projects

ParticleEventTPCnv: Fix gcc9 warnings.

Merged Scott Snyder requested to merge ssnyder/athena:gcc9.ParticleEventTPCnv-20190130 into master
13 files
+ 22
52
Compare changes
  • Side-by-side
  • Inline
Files
13
///////////////////////// -*- 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
*/
// CompositeParticle_p1.h
@@ -48,7 +48,7 @@ public:
/** Destructor:
*/
~CompositeParticle_p1();
~CompositeParticle_p1() = default;
///////////////////////////////////////////////////////////////////
// Const methods:
Loading