summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/text_match.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/text_match.h')
-rw-r--r--src/mongo/db/exec/text_match.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/text_match.h b/src/mongo/db/exec/text_match.h
index be1e6a2dd79..8fff04e4d54 100644
--- a/src/mongo/db/exec/text_match.h
+++ b/src/mongo/db/exec/text_match.h
@@ -68,7 +68,7 @@ public:
bool isEOF() final;
- StageState work(WorkingSetID* out) final;
+ StageState doWork(WorkingSetID* out) final;
StageType stageType() const final {
return STAGE_TEXT_MATCH;