summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_legacy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/index_legacy.h')
-rw-r--r--src/mongo/db/index_legacy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/index_legacy.h b/src/mongo/db/index_legacy.h
index e1408a16dd3..e05ed711fe5 100644
--- a/src/mongo/db/index_legacy.h
+++ b/src/mongo/db/index_legacy.h
@@ -68,7 +68,7 @@ public:
*
* This is a significant leak of index functionality out of the index layer.
*/
- static BSONObj getMissingField(OperationContext* txn,
+ static BSONObj getMissingField(OperationContext* opCtx,
Collection* collection,
const BSONObj& infoObj);
};