Skip to content
Snippets Groups Projects
Commit 7e567c2c authored by Johannes Elmsheuser's avatar Johannes Elmsheuser
Browse files

Merge branch 'egammaBaseTools_cppCheck' into 'master'

fix cppcheck warning [funcArgOrderDifferent]

See merge request atlas/athena!44128
parents 1d47b83e 9483167c
No related branches found
No related tags found
No related merge requests found
/* /*
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
*/ */
#ifndef EGAMMATOOLS_EGAMMABASETOOL_H #ifndef EGAMMATOOLS_EGAMMABASETOOL_H
...@@ -29,8 +29,8 @@ class egammaBaseTool ...@@ -29,8 +29,8 @@ class egammaBaseTool
public: public:
/** @brief Default constructor*/ /** @brief Default constructor*/
egammaBaseTool(const std::string& name, egammaBaseTool(const std::string& type,
const std::string& description, const std::string& name,
const IInterface* parent); const IInterface* parent);
/** @brief destructor*/ /** @brief destructor*/
virtual ~egammaBaseTool() = default; virtual ~egammaBaseTool() = default;
......
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