summaryrefslogtreecommitdiff
path: root/src/mongo/bson/mutable/const_element.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/bson/mutable/const_element.h')
-rw-r--r--src/mongo/bson/mutable/const_element.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/bson/mutable/const_element.h b/src/mongo/bson/mutable/const_element.h
index 3c6b71d593a..80ad1aac724 100644
--- a/src/mongo/bson/mutable/const_element.h
+++ b/src/mongo/bson/mutable/const_element.h
@@ -83,6 +83,7 @@ public:
inline int32_t getValueInt() const;
inline Timestamp getValueTimestamp() const;
inline int64_t getValueLong() const;
+ inline Decimal128 getValueDecimal() const;
inline bool isValueMinKey() const;
inline bool isValueMaxKey() const;
inline SafeNum getValueSafeNum() const;