summaryrefslogtreecommitdiff
path: root/amount.h
diff options
context:
space:
mode:
Diffstat (limited to 'amount.h')
-rw-r--r--amount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amount.h b/amount.h
index 8eebdd4e..7fbbb344 100644
--- a/amount.h
+++ b/amount.h
@@ -28,7 +28,7 @@ class amount_t
}
public:
- struct bigint_t;
+ class bigint_t;
bigint_t * quantity; // amount, to MAX_PRECISION
unsigned short precision;