summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/rename_collection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/catalog/rename_collection.h')
-rw-r--r--src/mongo/db/catalog/rename_collection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/catalog/rename_collection.h b/src/mongo/db/catalog/rename_collection.h
index b6e8b974dfa..4dee5f8731f 100644
--- a/src/mongo/db/catalog/rename_collection.h
+++ b/src/mongo/db/catalog/rename_collection.h
@@ -74,7 +74,7 @@ Status renameCollection(OperationContext* opCtx,
*/
Status renameCollectionForApplyOps(OperationContext* opCtx,
const std::string& dbName,
- const OptionalCollectionUUID& uuidToRename,
+ const boost::optional<UUID>& uuidToRename,
const BSONObj& cmd,
const repl::OpTime& renameOpTime);