summaryrefslogtreecommitdiff
path: root/src/mongo/bson/mutable/document.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/bson/mutable/document.h')
-rw-r--r--src/mongo/bson/mutable/document.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/bson/mutable/document.h b/src/mongo/bson/mutable/document.h
index 293df8638f7..2abfc1ca527 100644
--- a/src/mongo/bson/mutable/document.h
+++ b/src/mongo/bson/mutable/document.h
@@ -375,8 +375,8 @@ namespace mutablebson {
/** Create a new integer Element with the given value and field name. */
Element makeElementInt(StringData fieldName, int32_t value);
- /** Create a new timetamp Element with the given value and field name. */
- Element makeElementTimestamp(StringData fieldName, OpTime value);
+ /** Create a new timestamp Element with the given value and field name. */
+ Element makeElementTimestamp(StringData fieldName, Timestamp value);
/** Create a new long integer Element with the given value and field name. */
Element makeElementLong(StringData fieldName, int64_t value);