Skip to content
Snippets Groups Projects

L1TopoSimulation: Fix clang warning.

Merged Scott Snyder requested to merge ssnyder/athena:clang.L1TopoSimulation-20200904 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
/*
/*
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
#ifndef L1Topo_LVL1_L1TopoSimulationTest_h
@@ -41,7 +41,7 @@ namespace LVL1 {
@@ -41,7 +41,7 @@ namespace LVL1 {
virtual StatusCode finalize() override;
virtual StatusCode finalize() override;
// make algorithm is clonable
// make algorithm is clonable
bool isClonable() const;
virtual bool isClonable() const override;
private:
private:
Loading