summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/group.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/group.h')
-rw-r--r--src/mongo/db/exec/group.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/group.h b/src/mongo/db/exec/group.h
index 95b8a788a1d..1c796a7391b 100644
--- a/src/mongo/db/exec/group.h
+++ b/src/mongo/db/exec/group.h
@@ -87,7 +87,7 @@ class GroupStage final : public PlanStage {
MONGO_DISALLOW_COPYING(GroupStage);
public:
- GroupStage(OperationContext* txn,
+ GroupStage(OperationContext* opCtx,
const GroupRequest& request,
WorkingSet* workingSet,
PlanStage* child);