summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/update_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/ops/update_driver.h')
-rw-r--r--src/mongo/db/ops/update_driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/ops/update_driver.h b/src/mongo/db/ops/update_driver.h
index a9579a89719..73f231f9764 100644
--- a/src/mongo/db/ops/update_driver.h
+++ b/src/mongo/db/ops/update_driver.h
@@ -70,7 +70,7 @@ public:
* Returns Status::OK() if the document can be used. If there are any error or
* conflicts along the way then those errors will be returned.
*/
- Status populateDocumentWithQueryFields(OperationContext* txn,
+ Status populateDocumentWithQueryFields(OperationContext* opCtx,
const BSONObj& query,
const std::vector<FieldRef*>* immutablePaths,
mutablebson::Document& doc) const;