summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/stub_mongo_process_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/stub_mongo_process_interface.h')
-rw-r--r--src/mongo/db/pipeline/stub_mongo_process_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/stub_mongo_process_interface.h b/src/mongo/db/pipeline/stub_mongo_process_interface.h
index d4f3a6dacb6..906a750c40a 100644
--- a/src/mongo/db/pipeline/stub_mongo_process_interface.h
+++ b/src/mongo/db/pipeline/stub_mongo_process_interface.h
@@ -164,7 +164,7 @@ public:
MONGO_UNREACHABLE;
}
- void closeBackupCursor(OperationContext* opCtx, std::uint64_t cursorId) final {
+ void closeBackupCursor(OperationContext* opCtx, UUID backupId) final {
MONGO_UNREACHABLE;
}