summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/router_stage_remove_sortkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/query/router_stage_remove_sortkey.h')
-rw-r--r--src/mongo/s/query/router_stage_remove_sortkey.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/s/query/router_stage_remove_sortkey.h b/src/mongo/s/query/router_stage_remove_sortkey.h
index 291cf01a803..e3599a3e9b0 100644
--- a/src/mongo/s/query/router_stage_remove_sortkey.h
+++ b/src/mongo/s/query/router_stage_remove_sortkey.h
@@ -41,9 +41,9 @@ class RouterStageRemoveSortKey final : public RouterExecStage {
public:
RouterStageRemoveSortKey(std::unique_ptr<RouterExecStage> child);
- StatusWith<ClusterQueryResult> next(OperationContext* txn) final;
+ StatusWith<ClusterQueryResult> next(OperationContext* opCtx) final;
- void kill(OperationContext* txn) final;
+ void kill(OperationContext* opCtx) final;
bool remotesExhausted() final;