summaryrefslogtreecommitdiff
path: root/src/mongo/platform/decimal128.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/platform/decimal128.h')
-rw-r--r--src/mongo/platform/decimal128.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/platform/decimal128.h b/src/mongo/platform/decimal128.h
index cc6245f93af..e9112190bbb 100644
--- a/src/mongo/platform/decimal128.h
+++ b/src/mongo/platform/decimal128.h
@@ -128,7 +128,7 @@ public:
Decimal128(Decimal128::Value dec128Value) : _value(dec128Value) {}
Decimal128(std::int32_t int32Value);
- Decimal128(long long int64Value);
+ Decimal128(std::int64_t int64Value);
/**
* This constructor takes a double and constructs a Decimal128 object