summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/and_sorted.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/and_sorted.h')
-rw-r--r--src/mongo/db/exec/and_sorted.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/and_sorted.h b/src/mongo/db/exec/and_sorted.h
index 3ea040b0428..d8edfcd21c6 100644
--- a/src/mongo/db/exec/and_sorted.h
+++ b/src/mongo/db/exec/and_sorted.h
@@ -57,7 +57,7 @@ public:
void addChild(PlanStage* child);
- StageState work(WorkingSetID* out) final;
+ StageState doWork(WorkingSetID* out) final;
bool isEOF() final;
void doInvalidate(OperationContext* txn, const RecordId& dl, InvalidationType type) final;