summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/expression_context.h')
-rw-r--r--src/mongo/db/pipeline/expression_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/expression_context.h b/src/mongo/db/pipeline/expression_context.h
index 7a5976a48b7..d3a491119d3 100644
--- a/src/mongo/db/pipeline/expression_context.h
+++ b/src/mongo/db/pipeline/expression_context.h
@@ -88,7 +88,7 @@ public:
* This constructor is private, all CollatorStashes should be created by calling
* ExpressionContext::temporarilyChangeCollator().
*/
- CollatorStash(const boost::intrusive_ptr<ExpressionContext>& expCtx,
+ CollatorStash(ExpressionContext* const expCtx,
std::unique_ptr<CollatorInterface> newCollator);
friend class ExpressionContext;