diff --git a/Database/PersistentDataModel/PersistentDataModel/AthenaAttributeList.h b/Database/PersistentDataModel/PersistentDataModel/AthenaAttributeList.h index 2a8a7b13c8827e2490670af3ccc690b996ebe758..a0a9d3f09ef80f1c9d0c6abc98759c8f00589579 100644 --- a/Database/PersistentDataModel/PersistentDataModel/AthenaAttributeList.h +++ b/Database/PersistentDataModel/PersistentDataModel/AthenaAttributeList.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration */ /** @@ -50,7 +50,7 @@ public: AthenaAttributeList(); /// Copy attribute lists. - AthenaAttributeList(const coral::AttributeList& rhs); + explicit AthenaAttributeList(const coral::AttributeList& rhs); /// Construct attribute list according to the specification. /// The link to the specification is kept internally.