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 da89599ca3b..4199bc20cd5 100644
--- a/src/mongo/db/exec/group.h
+++ b/src/mongo/db/exec/group.h
@@ -87,7 +87,7 @@ public:
WorkingSet* workingSet,
PlanStage* child);
- StageState work(WorkingSetID* out) final;
+ StageState doWork(WorkingSetID* out) final;
bool isEOF() final;
StageType stageType() const final {