summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-08-15 08:58:03 +0200
committerHenning Baldersheim <balder@oath.com>2018-08-15 08:58:03 +0200
commit1952cac13cc006cd21f62f4624ea404727f72778 (patch)
tree987e2ccb4e4ee5ca8e7b21c010fb83dc009ed5b8 /searchcore
parentcb10f9b6fc9ba49e0aaf04a67e25b7f3283c5e20 (diff)
= default
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/attribute/attributemanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/attribute/attributemanager.cpp b/searchcore/src/vespa/searchcore/proton/attribute/attributemanager.cpp
index 5faf89aa149..abe4863955f 100644
--- a/searchcore/src/vespa/searchcore/proton/attribute/attributemanager.cpp
+++ b/searchcore/src/vespa/searchcore/proton/attribute/attributemanager.cpp
@@ -304,7 +304,7 @@ AttributeManager::AttributeManager(const AttributeManager &currMgr,
transferExtraAttributes(currMgr);
}
-AttributeManager::~AttributeManager() { }
+AttributeManager::~AttributeManager() = default;
AttributeVector::SP
AttributeManager::addAttribute(const AttributeSpec &spec, uint64_t serialNum)