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