aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/instruction/dense_cell_range_function.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/vespa/eval/instruction/dense_cell_range_function.cpp')
-rw-r--r--eval/src/vespa/eval/instruction/dense_cell_range_function.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval/src/vespa/eval/instruction/dense_cell_range_function.cpp b/eval/src/vespa/eval/instruction/dense_cell_range_function.cpp
index d60504dddce..c3a7c4a244a 100644
--- a/eval/src/vespa/eval/instruction/dense_cell_range_function.cpp
+++ b/eval/src/vespa/eval/instruction/dense_cell_range_function.cpp
@@ -37,7 +37,7 @@ DenseCellRangeFunction::DenseCellRangeFunction(const ValueType &result_type,
DenseCellRangeFunction::~DenseCellRangeFunction() = default;
InterpretedFunction::Instruction
-DenseCellRangeFunction::compile_self(const ValueBuilderFactory &, Stash &) const
+DenseCellRangeFunction::compile_self(const CTFContext &) const
{
assert(result_type().cell_type() == child().result_type().cell_type());