aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/instruction/replace_type_function.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/vespa/eval/instruction/replace_type_function.h')
-rw-r--r--eval/src/vespa/eval/instruction/replace_type_function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval/src/vespa/eval/instruction/replace_type_function.h b/eval/src/vespa/eval/instruction/replace_type_function.h
index 506c7d4e124..658494dd753 100644
--- a/eval/src/vespa/eval/instruction/replace_type_function.h
+++ b/eval/src/vespa/eval/instruction/replace_type_function.h
@@ -15,7 +15,7 @@ public:
ReplaceTypeFunction(const ValueType &result_type,
const TensorFunction &child);
~ReplaceTypeFunction();
- InterpretedFunction::Instruction compile_self(const ValueBuilderFactory &factory, Stash &stash) const override;
+ InterpretedFunction::Instruction compile_self(const CTFContext &ctx) const override;
bool result_is_mutable() const override { return child().result_is_mutable(); }
static const ReplaceTypeFunction &create_compact(const ValueType &result_type,
const TensorFunction &child,