aboutsummaryrefslogtreecommitdiffstats
path: root/searchcorespi
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2021-10-19 11:08:39 +0000
committerArne H Juul <arnej@yahooinc.com>2021-10-19 11:08:39 +0000
commita7f289541ff64edfeea11d4db4310c5245f1f823 (patch)
tree29c2e575f3f62633e1bdf5ad93290c29211583a0 /searchcorespi
parent4a93eeb139aeb500057c9527f19b0c47db2f1a5c (diff)
use custom types for true/false (NodeTypes::True, ProtonTrue, etc)
Diffstat (limited to 'searchcorespi')
-rw-r--r--searchcorespi/src/vespa/searchcorespi/index/indexcollection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcorespi/src/vespa/searchcorespi/index/indexcollection.cpp b/searchcorespi/src/vespa/searchcorespi/index/indexcollection.cpp
index 9cad48a8058..49348d77c08 100644
--- a/searchcorespi/src/vespa/searchcorespi/index/indexcollection.cpp
+++ b/searchcorespi/src/vespa/searchcorespi/index/indexcollection.cpp
@@ -204,7 +204,7 @@ private:
void visit(RegExpTerm &n) override { visitTerm(n); }
void visit(NearestNeighborTerm &n) override { visitTerm(n); }
void visit(TrueQueryNode &) override {}
- void visit(FalseQueryNode &) override {}
+ void visit(FalseQueryNode &) override {}
public:
CreateBlueprintVisitor(const IIndexCollection &indexes,