diff options
Diffstat (limited to 'amount.h')
-rw-r--r-- | amount.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ class amount_t } public: - struct bigint_t; + class bigint_t; bigint_t * quantity; // amount, to MAX_PRECISION unsigned short precision; |