aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/instruction/replace_type_function.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/vespa/eval/instruction/replace_type_function.cpp')
-rw-r--r--eval/src/vespa/eval/instruction/replace_type_function.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval/src/vespa/eval/instruction/replace_type_function.cpp b/eval/src/vespa/eval/instruction/replace_type_function.cpp
index 01fe43cb16d..2d66d055834 100644
--- a/eval/src/vespa/eval/instruction/replace_type_function.cpp
+++ b/eval/src/vespa/eval/instruction/replace_type_function.cpp
@@ -29,7 +29,7 @@ ReplaceTypeFunction::~ReplaceTypeFunction()
}
InterpretedFunction::Instruction
-ReplaceTypeFunction::compile_self(const ValueBuilderFactory &, Stash &) const
+ReplaceTypeFunction::compile_self(const CTFContext &) const
{
return InterpretedFunction::Instruction(my_replace_type_op, wrap_param<ValueType>(result_type()));
}