summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/pipeline_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/pipeline_proxy.h')
-rw-r--r--src/mongo/db/exec/pipeline_proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/pipeline_proxy.h b/src/mongo/db/exec/pipeline_proxy.h
index ac501b70191..f40674fff38 100644
--- a/src/mongo/db/exec/pipeline_proxy.h
+++ b/src/mongo/db/exec/pipeline_proxy.h
@@ -73,7 +73,7 @@ public:
std::shared_ptr<PlanExecutor> getChildExecutor();
// Returns empty PlanStageStats object
- virtual PlanStageStats* getStats();
+ virtual std::unique_ptr<PlanStageStats> getStats();
// Not used.
virtual CommonStats* getCommonStats() const {