Skip to content
Snippets Groups Projects
Commit 7d28dca6 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'explicit.PersistentDataModel-20190222' into 'master'

PersistentDataModel: Remove implicit conversion from coral::AttributeList.

See merge request atlas/athena!21367
/*
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.
......
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