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

Merge branch 'gcc9.tauEvent-20190121' into 'master'

tauEvent: Fix gcc9 warnings.

See merge request !20487
parents ad7fee88 b20a4f4f
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
*/
///@file tauAnalysisHelperObject.h DEPRECATED DO NOT USE
......@@ -54,8 +54,8 @@ class tauAnalysisHelperObject
typedef ElementLinkVector<CaloCellContainer> tauCellColl_type;
typedef tauCellColl_type::iterator tauCellColl_iterator;
tauAnalysisHelperObject() {};
virtual ~tauAnalysisHelperObject() {};
tauAnalysisHelperObject() = default;
~tauAnalysisHelperObject() = default;
/** @name Analysis Helper
* set by tauAnalysisHelper::execute()
......
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