diff options
Diffstat (limited to 'src/mongo/db/matcher/expression_text.h')
-rw-r--r-- | src/mongo/db/matcher/expression_text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/matcher/expression_text.h b/src/mongo/db/matcher/expression_text.h index 3bd44b29da3..bb5dbfb77b1 100644 --- a/src/mongo/db/matcher/expression_text.h +++ b/src/mongo/db/matcher/expression_text.h @@ -41,7 +41,7 @@ class OperationContext; class TextMatchExpression : public TextMatchExpressionBase { public: - Status init(OperationContext* txn, const NamespaceString& nss, TextParams params); + Status init(OperationContext* opCtx, const NamespaceString& nss, TextParams params); const fts::FTSQuery& getFTSQuery() const final { return _ftsQuery; |