Skip to content
Snippets Groups Projects

JetEventTPCnv: Fix gcc9 warnings.

Merged Scott Snyder requested to merge ssnyder/athena:gcc9.JetEventTPCnv-20190130 into master
14 files
+ 23
52
Compare changes
  • Side-by-side
  • Inline
Files
14
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/
#ifndef JETEVENT_JETASSOCIATIONBASE_P1_H
@@ -11,7 +11,7 @@ class JetAssociationBase_p1
public:
JetAssociationBase_p1() {};
~JetAssociationBase_p1() {};
~JetAssociationBase_p1() = default;
/// Stored in the base class
unsigned int m_keyIndex{};
Loading