Skip to content
Snippets Groups Projects

TrigTruthEventTPCnv: Fix gcc9 warnings.

Merged Scott Snyder requested to merge ssnyder/athena:gcc9.TrigTruthEventTPCnv-20190111 into master
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
/*
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/
*/
/**********************************************************************************
/**********************************************************************************
@@ -29,7 +29,7 @@ class TrigIDHitStats_p1
@@ -29,7 +29,7 @@ class TrigIDHitStats_p1
public:
public:
TrigIDHitStats_p1() {}
TrigIDHitStats_p1() {}
virtual ~TrigIDHitStats_p1(){}
virtual ~TrigIDHitStats_p1() = default;
private:
private:
Loading