summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/upsert_stage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/upsert_stage.h')
-rw-r--r--src/mongo/db/exec/upsert_stage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/upsert_stage.h b/src/mongo/db/exec/upsert_stage.h
index 163ad826470..7735d5b996b 100644
--- a/src/mongo/db/exec/upsert_stage.h
+++ b/src/mongo/db/exec/upsert_stage.h
@@ -54,7 +54,7 @@ public:
UpsertStage(ExpressionContext* expCtx,
const UpdateStageParams& params,
WorkingSet* ws,
- Collection* collection,
+ const Collection* collection,
PlanStage* child);
bool isEOF() final;