summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2019-11-12 11:22:12 +0000
committerHenning Baldersheim <balder@oath.com>2019-11-12 11:22:12 +0000
commit58dfa9a94f60bb6e6cada1b33330fd10c8c9f21a (patch)
tree8fb525db2247cb9c7563d597d480c50e71b47e04 /document
parent3928b6d9da9d1ec0f9d70883bc4cfb958837ea83 (diff)
=default
Diffstat (limited to 'document')
-rw-r--r--document/src/vespa/document/select/valuenodes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/document/src/vespa/document/select/valuenodes.cpp b/document/src/vespa/document/select/valuenodes.cpp
index b0c1cfdaac8..c98da8639cc 100644
--- a/document/src/vespa/document/select/valuenodes.cpp
+++ b/document/src/vespa/document/select/valuenodes.cpp
@@ -60,7 +60,7 @@ InvalidValueNode::print(std::ostream& out, bool verbose,
if (hadParentheses()) out << ')';
}
-NullValueNode::NullValueNode() {}
+NullValueNode::NullValueNode() = default;
void
NullValueNode::visit(Visitor &visitor) const