diff options
Diffstat (limited to 'number.h')
-rw-r--r-- | number.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ public: private: /* First item is the least significant. */ - std::list<std::uint64_t> _operands; + std::list<std::uint32_t> _operands; }; std::ostream &operator<<(std::ostream &, const number &); |