Skip to content
Snippets Groups Projects

JetTagEvent: Fix gcc9 warnings.

Merged Scott Snyder requested to merge ssnyder/athena:gcc9.JetTagEvent-20190130 into master
6 files
+ 9
19
Compare changes
  • Side-by-side
  • Inline
Files
6
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/
/***************************************************************************
@@ -50,7 +50,7 @@ namespace Analysis
public:
JetConstituent() ; //!< constructor
JetConstituent(NameType& name) ; //!< constructor
~JetConstituent() ; //!< destructor
~JetConstituent() = default;
virtual void setName(NameType& name);
//!< to set the name
Loading