Skip to content
Snippets Groups Projects

Navigation: Fix gcc9 warnings.

Merged Scott Snyder requested to merge ssnyder/athena:gcc9.Navigation-20190318 into master
10 files
+ 17
36
Compare changes
  • Side-by-side
  • Inline
Files
10
///////////////////////// -*- 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
*/
#ifndef ATHENABARCODEIMPL_H
@@ -53,8 +53,7 @@ public:
public:
//Constructors
virtual ~AthenaBarCodeImpl() {
}
virtual ~AthenaBarCodeImpl() = default;
AthenaBarCodeImpl();
Loading