summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/update_object_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/update/update_object_node.h')
-rw-r--r--src/mongo/db/update/update_object_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/update/update_object_node.h b/src/mongo/db/update/update_object_node.h
index 81608da70c1..afa75affef2 100644
--- a/src/mongo/db/update/update_object_node.h
+++ b/src/mongo/db/update/update_object_node.h
@@ -60,7 +60,7 @@ public:
UpdateObjectNode* root,
modifiertable::ModifierType type,
BSONElement modExpr,
- const CollatorInterface* collator,
+ const boost::intrusive_ptr<ExpressionContext>& expCtx,
const std::map<StringData, std::unique_ptr<ExpressionWithPlaceholder>>& arrayFilters,
std::set<std::string>& foundIdentifiers);