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

Merge branch 'gcc9.AthenaMonitoring-20181213' into 'master'

AthenaMonitoring: Fix gcc9 warnings.

See merge request atlas/athena!16743
parents 92d436d3 a35924b9
No related branches found
No related tags found
No related merge requests found
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/
......@@ -30,7 +30,7 @@ public:
static const MSG::Level s_resourceMonThreshold = MSG::DEBUG;
AthMonBench();
~AthMonBench(){}
~AthMonBench() = default;
//Modify:
void reset();
......
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