summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/delete.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/delete.h')
-rw-r--r--src/mongo/db/exec/delete.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/delete.h b/src/mongo/db/exec/delete.h
index ef823781ef2..ab907557bc7 100644
--- a/src/mongo/db/exec/delete.h
+++ b/src/mongo/db/exec/delete.h
@@ -100,7 +100,7 @@ public:
return STAGE_DELETE;
}
- virtual PlanStageStats* getStats();
+ virtual std::unique_ptr<PlanStageStats> getStats();
virtual const CommonStats* getCommonStats() const;