summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_file_cloner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/tenant_file_cloner.h')
-rw-r--r--src/mongo/db/repl/tenant_file_cloner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/tenant_file_cloner.h b/src/mongo/db/repl/tenant_file_cloner.h
index 90e37946224..27ff89fbc3a 100644
--- a/src/mongo/db/repl/tenant_file_cloner.h
+++ b/src/mongo/db/repl/tenant_file_cloner.h
@@ -160,7 +160,7 @@ private:
/**
* Put all results from a query batch into a buffer, and schedule it to be written to disk.
*/
- void handleNextBatch(DBClientCursorBatchIterator& iter);
+ void handleNextBatch(DBClientCursor& cursor);
/**
* Called whenever there is a new batch of documents ready from the DBClientConnection.