summaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/instruction/dense_xw_product_function.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/vespa/eval/instruction/dense_xw_product_function.cpp')
-rw-r--r--eval/src/vespa/eval/instruction/dense_xw_product_function.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval/src/vespa/eval/instruction/dense_xw_product_function.cpp b/eval/src/vespa/eval/instruction/dense_xw_product_function.cpp
index 44332bbacee..3727e782718 100644
--- a/eval/src/vespa/eval/instruction/dense_xw_product_function.cpp
+++ b/eval/src/vespa/eval/instruction/dense_xw_product_function.cpp
@@ -137,7 +137,7 @@ DenseXWProductFunction::DenseXWProductFunction(const ValueType &result_type,
}
InterpretedFunction::Instruction
-DenseXWProductFunction::compile_self(EngineOrFactory, Stash &stash) const
+DenseXWProductFunction::compile_self(const ValueBuilderFactory &, Stash &stash) const
{
Self &self = stash.create<Self>(result_type(), _vector_size, _result_size);
using MyTypify = TypifyValue<TypifyCellType,vespalib::TypifyBool>;