Skip to content
Snippets Groups Projects
Commit 1f21f4b0 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'clang10.TrigEFMissingET-20200701' into 'master'

TrigEFMissingET: Fix clang10 warning.

See merge request atlas/athena!34375
parents 69d6a19b 2b9101fa
No related branches found
No related tags found
No related merge requests found
/* /*
* Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration * Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/ */
/****************************************************************************** /******************************************************************************
...@@ -48,6 +48,8 @@ namespace HLT { namespace MET { ...@@ -48,6 +48,8 @@ namespace HLT { namespace MET {
*/ */
Tower(const PufitGrid* parent, std::size_t index); Tower(const PufitGrid* parent, std::size_t index);
Tower(const Tower&) = default;
/** /**
* @brief Copy assignment operator * @brief Copy assignment operator
* *
......
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