summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/router_stage_pipeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/query/router_stage_pipeline.h')
-rw-r--r--src/mongo/s/query/router_stage_pipeline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/query/router_stage_pipeline.h b/src/mongo/s/query/router_stage_pipeline.h
index de0dc25b310..88f5930e3d5 100644
--- a/src/mongo/s/query/router_stage_pipeline.h
+++ b/src/mongo/s/query/router_stage_pipeline.h
@@ -53,7 +53,7 @@ public:
std::size_t getNumRemotes() const final;
- BSONObj getPostBatchResumeToken() const final;
+ BSONObj getPostBatchResumeToken() final;
protected:
Status doSetAwaitDataTimeout(Milliseconds awaitDataTimeout) final;