summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/idempotency_test_fixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/idempotency_test_fixture.h')
-rw-r--r--src/mongo/db/repl/idempotency_test_fixture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/idempotency_test_fixture.h b/src/mongo/db/repl/idempotency_test_fixture.h
index 5443e79ce4d..d32ee1af713 100644
--- a/src/mongo/db/repl/idempotency_test_fixture.h
+++ b/src/mongo/db/repl/idempotency_test_fixture.h
@@ -142,7 +142,7 @@ protected:
std::string computeDataHash(Collection* collection);
virtual std::string getStatesString(const std::vector<CollectionState>& state1,
const std::vector<CollectionState>& state2,
- const MultiApplier::OperationPtrs& opPtrs);
+ const std::vector<OplogEntry>& ops);
/**
* Validate data and indexes. Return the MD5 hash of the documents ordered by _id.
*/