summaryrefslogtreecommitdiff
path: root/number.h
diff options
context:
space:
mode:
Diffstat (limited to 'number.h')
-rw-r--r--number.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/number.h b/number.h
index 16fcea6..f68299d 100644
--- a/number.h
+++ b/number.h
@@ -13,7 +13,7 @@ public:
number &operator=(const number &) = default;
- number(std::uint32_t);
+ number(std::uint64_t);
/**
* \brief Return a hexadecimal string representation of this number.