summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/or.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/or.h')
-rw-r--r--src/mongo/db/exec/or.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/or.h b/src/mongo/db/exec/or.h
index d0fd1a33209..ebe9d7bc10c 100644
--- a/src/mongo/db/exec/or.h
+++ b/src/mongo/db/exec/or.h
@@ -45,7 +45,7 @@ namespace mongo {
*/
class OrStage final : public PlanStage {
public:
- OrStage(WorkingSet* ws, bool dedup, const MatchExpression* filter);
+ OrStage(OperationContext* opCtx, WorkingSet* ws, bool dedup, const MatchExpression* filter);
void addChild(PlanStage* child);