summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2012-08-22 14:39:14 -0400
committerEric Milkie <milkie@10gen.com>2012-08-22 14:41:00 -0400
commitc5fa65e7f79115b240ff79b51cbd9fb3e7eeb55d (patch)
treed185e8422a53457e899d86430d7af5bf850a68db
parent380b30c4843fb82e9cc378837e66b83567c16814 (diff)
downloadmongo-c5fa65e7f79115b240ff79b51cbd9fb3e7eeb55d.tar.gz
fix compilation for test binary
-rw-r--r--src/mongo/dbtests/replsettests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/dbtests/replsettests.cpp b/src/mongo/dbtests/replsettests.cpp
index baf269389cd..74343af2b07 100644
--- a/src/mongo/dbtests/replsettests.cpp
+++ b/src/mongo/dbtests/replsettests.cpp
@@ -178,7 +178,7 @@ namespace ReplSetTests {
bool retry;
// instead of actually applying operations, we return success or failure
- virtual bool syncApply(const BSONObj& o) {
+ virtual bool syncApply(const BSONObj& o, bool convertUpdateToUpsert) {
step++;
if ((failOnStep == FAIL_FIRST_APPLY && step == 1) ||