summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/drop_database.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/catalog/drop_database.h')
-rw-r--r--src/mongo/db/catalog/drop_database.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/catalog/drop_database.h b/src/mongo/db/catalog/drop_database.h
index b60e817be27..e0a0c8560e5 100644
--- a/src/mongo/db/catalog/drop_database.h
+++ b/src/mongo/db/catalog/drop_database.h
@@ -34,5 +34,5 @@ class OperationContext;
/**
* Drops the database "dbName".
*/
-Status dropDatabase(OperationContext* txn, const std::string& dbName);
+Status dropDatabase(OperationContext* opCtx, const std::string& dbName);
} // namespace mongo