summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/create_collection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/catalog/create_collection.h')
-rw-r--r--src/mongo/db/catalog/create_collection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/catalog/create_collection.h b/src/mongo/db/catalog/create_collection.h
index 5f503a692a2..73dd82bebd8 100644
--- a/src/mongo/db/catalog/create_collection.h
+++ b/src/mongo/db/catalog/create_collection.h
@@ -40,7 +40,7 @@ class OperationContext;
* _id index according to 'idIndex', if it is non-empty. When 'idIndex' is empty, creates the
* default _id index.
*/
-Status createCollection(OperationContext* txn,
+Status createCollection(OperationContext* opCtx,
const std::string& dbName,
const BSONObj& cmdObj,
const BSONObj& idIndex = BSONObj());