aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/instruction/simple_join_count.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/vespa/eval/instruction/simple_join_count.cpp')
-rw-r--r--eval/src/vespa/eval/instruction/simple_join_count.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval/src/vespa/eval/instruction/simple_join_count.cpp b/eval/src/vespa/eval/instruction/simple_join_count.cpp
index 6d6e4872d28..23b816374a9 100644
--- a/eval/src/vespa/eval/instruction/simple_join_count.cpp
+++ b/eval/src/vespa/eval/instruction/simple_join_count.cpp
@@ -68,7 +68,7 @@ SimpleJoinCount::SimpleJoinCount(const TensorFunction &lhs_in,
}
InterpretedFunction::Instruction
-SimpleJoinCount::compile_self(const ValueBuilderFactory &, Stash &) const
+SimpleJoinCount::compile_self(const CTFContext &) const
{
return InterpretedFunction::Instruction(my_simple_join_count_op, _dense_factor);
}