summaryrefslogtreecommitdiff
path: root/db/oplog.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/oplog.h')
-rw-r--r--db/oplog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/oplog.h b/db/oplog.h
index d9073ab02d5..cc8b4d5d972 100644
--- a/db/oplog.h
+++ b/db/oplog.h
@@ -213,5 +213,5 @@ namespace mongo {
* used for applying from an oplog
* @param fromRepl really from replication or for testing/internal/command/etc...
*/
- void applyOperation_inlock(const BSONObj& op , bool fromRepl = true );
+ bool applyOperation_inlock(const BSONObj& op , bool fromRepl = true );
}