aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/instruction/vector_from_doubles_function.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/vespa/eval/instruction/vector_from_doubles_function.cpp')
-rw-r--r--eval/src/vespa/eval/instruction/vector_from_doubles_function.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval/src/vespa/eval/instruction/vector_from_doubles_function.cpp b/eval/src/vespa/eval/instruction/vector_from_doubles_function.cpp
index cd262bcbec1..d8e1d7cb52f 100644
--- a/eval/src/vespa/eval/instruction/vector_from_doubles_function.cpp
+++ b/eval/src/vespa/eval/instruction/vector_from_doubles_function.cpp
@@ -86,7 +86,7 @@ VectorFromDoublesFunction::push_children(std::vector<Child::CREF> &target) const
}
InterpretedFunction::Instruction
-VectorFromDoublesFunction::compile_self(const ValueBuilderFactory &, Stash &) const
+VectorFromDoublesFunction::compile_self(const CTFContext &) const
{
return InterpretedFunction::Instruction(my_vector_from_doubles_op, wrap_param<VectorFromDoublesFunction::Self>(_self));
}