aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/queryeval/predicate_blueprint.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/queryeval/predicate_blueprint.h')
-rw-r--r--searchlib/src/vespa/searchlib/queryeval/predicate_blueprint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/queryeval/predicate_blueprint.h b/searchlib/src/vespa/searchlib/queryeval/predicate_blueprint.h
index 5cba0f1b949..977dd4ddb4f 100644
--- a/searchlib/src/vespa/searchlib/queryeval/predicate_blueprint.h
+++ b/searchlib/src/vespa/searchlib/queryeval/predicate_blueprint.h
@@ -49,7 +49,7 @@ public:
~PredicateBlueprint();
void fetchPostings(const ExecuteInfo &execInfo) override;
- void sort(InFlow in_flow, const Options &opts) override;
+ void sort(InFlow in_flow) override;
FlowStats calculate_flow_stats(uint32_t) const override {
return default_flow_stats(_interval_btree_iterators.size() + _interval_vector_iterators.size() +
_bounds_btree_iterators.size() + _bounds_vector_iterators.size() + 2);