aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/queryeval/equiv_blueprint.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/queryeval/equiv_blueprint.h')
-rw-r--r--searchlib/src/vespa/searchlib/queryeval/equiv_blueprint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/queryeval/equiv_blueprint.h b/searchlib/src/vespa/searchlib/queryeval/equiv_blueprint.h
index 147f8269ecd..21e24ff61e7 100644
--- a/searchlib/src/vespa/searchlib/queryeval/equiv_blueprint.h
+++ b/searchlib/src/vespa/searchlib/queryeval/equiv_blueprint.h
@@ -22,7 +22,7 @@ public:
// used by create visitor
EquivBlueprint& addTerm(Blueprint::UP term, double exactness);
- void sort(InFlow in_flow, const Options &opts) override;
+ void sort(InFlow in_flow) override;
FlowStats calculate_flow_stats(uint32_t docid_limit) const override;
SearchIteratorUP createLeafSearch(const fef::TermFieldMatchDataArray &tfmda) const override;