summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/batched_delete_stage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/batched_delete_stage.h')
-rw-r--r--src/mongo/db/exec/batched_delete_stage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/batched_delete_stage.h b/src/mongo/db/exec/batched_delete_stage.h
index 511eacee901..823346d5a71 100644
--- a/src/mongo/db/exec/batched_delete_stage.h
+++ b/src/mongo/db/exec/batched_delete_stage.h
@@ -107,7 +107,7 @@ public:
std::unique_ptr<DeleteStageParams> params,
std::unique_ptr<BatchedDeleteStageParams> batchedDeleteParams,
WorkingSet* ws,
- const CollectionPtr& collection,
+ const ScopedCollectionAcquisition& collection,
PlanStage* child);
~BatchedDeleteStage();