aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/instruction/dense_cell_range_function.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/vespa/eval/instruction/dense_cell_range_function.h')
-rw-r--r--eval/src/vespa/eval/instruction/dense_cell_range_function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval/src/vespa/eval/instruction/dense_cell_range_function.h b/eval/src/vespa/eval/instruction/dense_cell_range_function.h
index a37e60d2e57..f132a6f7fb7 100644
--- a/eval/src/vespa/eval/instruction/dense_cell_range_function.h
+++ b/eval/src/vespa/eval/instruction/dense_cell_range_function.h
@@ -24,7 +24,7 @@ public:
~DenseCellRangeFunction() override;
size_t offset() const { return _offset; }
size_t length() const { return _length; }
- InterpretedFunction::Instruction compile_self(const ValueBuilderFactory &factory, Stash &stash) const override;
+ InterpretedFunction::Instruction compile_self(const CTFContext &ctx) const override;
bool result_is_mutable() const override { return child().result_is_mutable(); }
};