Skip to content
Snippets Groups Projects
Commit 37e61dd6 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'gcc9.TileEvent-20190111' into 'master'

TileEvent: Fix gcc9 warnings.

See merge request atlas/athena!20309
parents b27adcda 5e143689
No related branches found
No related tags found
No related merge requests found
/*
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/
//********************************************************************
......@@ -45,7 +45,7 @@ public:
TileContainer(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS) : DataVector < TELEMENT > (ownPolicy) { }
// destructor
virtual ~TileContainer() { }
virtual ~TileContainer() = default;
// insert a Tile element into a collection.
inline void add (TELEMENT* rc) { MyVector::push_back(rc); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment