aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/select/gid_filter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/vespa/document/select/gid_filter.cpp')
-rw-r--r--document/src/vespa/document/select/gid_filter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/document/src/vespa/document/select/gid_filter.cpp b/document/src/vespa/document/select/gid_filter.cpp
index 3a3e215db68..a1954eb6bc2 100644
--- a/document/src/vespa/document/select/gid_filter.cpp
+++ b/document/src/vespa/document/select/gid_filter.cpp
@@ -26,6 +26,7 @@ struct NoOpVisitor : Visitor {
void visitFloatValueNode(const FloatValueNode&) override {}
void visitVariableValueNode(const VariableValueNode&) override {}
void visitIntegerValueNode(const IntegerValueNode&) override {}
+ void visitBoolValueNode(const BoolValueNode&) override {}
void visitCurrentTimeValueNode(const CurrentTimeValueNode&) override {}
void visitStringValueNode(const StringValueNode&) override {}
void visitNullValueNode(const NullValueNode&) override {}