summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rollback_source.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/rollback_source.h')
-rw-r--r--src/mongo/db/repl/rollback_source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/rollback_source.h b/src/mongo/db/repl/rollback_source.h
index 3e8d6f55578..4e068d336ce 100644
--- a/src/mongo/db/repl/rollback_source.h
+++ b/src/mongo/db/repl/rollback_source.h
@@ -76,7 +76,7 @@ public:
/**
* Clones a single collection from the sync source.
*/
- virtual void copyCollectionFromRemote(OperationContext* txn,
+ virtual void copyCollectionFromRemote(OperationContext* opCtx,
const NamespaceString& nss) const = 0;
/**