summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/record_store.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/record_store.h')
-rw-r--r--src/mongo/db/storage/record_store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/storage/record_store.h b/src/mongo/db/storage/record_store.h
index 48e5aec5e06..f0a09eb67fd 100644
--- a/src/mongo/db/storage/record_store.h
+++ b/src/mongo/db/storage/record_store.h
@@ -343,7 +343,7 @@ namespace mongo {
* they are ordered.
*/
virtual Status oplogDiskLocRegister( OperationContext* txn,
- const OpTime& opTime ) {
+ const Timestamp& opTime ) {
return Status::OK();
}