Skip to content
Snippets Groups Projects
Commit 53aac602 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'clang.L1TopoSimulation-20200904' into 'master'

L1TopoSimulation: Fix clang warning.

See merge request atlas/athena!36164
parents 16ed6e7e 30fc5ab3
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
*/
#ifndef L1Topo_LVL1_L1TopoSimulationTest_h
......@@ -41,7 +41,7 @@ namespace LVL1 {
virtual StatusCode finalize() override;
// make algorithm is clonable
bool isClonable() const;
virtual bool isClonable() const override;
private:
......
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