aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/instruction/mapped_lookup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/vespa/eval/instruction/mapped_lookup.cpp')
-rw-r--r--eval/src/vespa/eval/instruction/mapped_lookup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval/src/vespa/eval/instruction/mapped_lookup.cpp b/eval/src/vespa/eval/instruction/mapped_lookup.cpp
index 49048689ef8..22d99211a3b 100644
--- a/eval/src/vespa/eval/instruction/mapped_lookup.cpp
+++ b/eval/src/vespa/eval/instruction/mapped_lookup.cpp
@@ -117,7 +117,7 @@ MappedLookup::MappedLookup(const ValueType &res_type,
}
InterpretedFunction::Instruction
-MappedLookup::compile_self(const ValueBuilderFactory &, Stash &) const
+MappedLookup::compile_self(const CTFContext &) const
{
uint64_t param = wrap_param<ValueType>(result_type());
if (result_type().cell_type() == CellType::FLOAT) {