Skip to content
Snippets Groups Projects
Commit 2c9aad76 authored by Scott Snyder's avatar Scott Snyder Committed by scott snyder
Browse files

CaloClusterMatching: Fix clang warnings.

Clang warnings:  missing override keywords.
parent e9711360
No related branches found
No related tags found
No related merge requests found
///////////////////////// -*- C++ -*- /////////////////////////////
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/
// CaloClusterMatchingTool.h
......@@ -48,8 +48,8 @@ namespace ClusterMatching {
virtual ~CaloClusterMatchingTool();
// Athena algtool's Hooks
virtual StatusCode initialize();
virtual StatusCode finalize();
virtual StatusCode initialize() override;
virtual StatusCode finalize() override;
///////////////////////////////////////////////////////////////////
// Const methods:
......
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