aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/query/streaming/querynode.h
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-01-01 16:36:17 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2024-01-01 16:36:17 +0000
commit008d81c1f2aee5498472f0aab1c20724c1b7f9b2 (patch)
tree20da6b151b24021af0baf49be83b8737ca9715f1 /searchlib/src/vespa/searchlib/query/streaming/querynode.h
parent89e594cd35cc7c86f0aa7178896727f3982793bf (diff)
Code modernization and minor rewrite to avoid hard to read negations.
Diffstat (limited to 'searchlib/src/vespa/searchlib/query/streaming/querynode.h')
-rw-r--r--searchlib/src/vespa/searchlib/query/streaming/querynode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/query/streaming/querynode.h b/searchlib/src/vespa/searchlib/query/streaming/querynode.h
index 09c44d951d3..bfc840e4603 100644
--- a/searchlib/src/vespa/searchlib/query/streaming/querynode.h
+++ b/searchlib/src/vespa/searchlib/query/streaming/querynode.h
@@ -36,7 +36,7 @@ class QueryNode
public:
using UP = std::unique_ptr<QueryNode>;
- virtual ~QueryNode() { }
+ virtual ~QueryNode() = default;
/// This evalutes if the subtree starting here evaluates to true.
virtual bool evaluate() const = 0;
/// This return the hitList for this subtree. Does only give meaning in a