aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/bucket/bucketselector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/vespa/document/bucket/bucketselector.cpp')
-rw-r--r--document/src/vespa/document/bucket/bucketselector.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/document/src/vespa/document/bucket/bucketselector.cpp b/document/src/vespa/document/bucket/bucketselector.cpp
index 34f613bef84..b9dc6a9cfa9 100644
--- a/document/src/vespa/document/bucket/bucketselector.cpp
+++ b/document/src/vespa/document/bucket/bucketselector.cpp
@@ -152,6 +152,7 @@ using namespace document::select;
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 {}