diff options
Diffstat (limited to '')
-rw-r--r-- | src/number.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/number.h b/src/number.h index 40dbd55..fe10788 100644 --- a/src/number.h +++ b/src/number.h | |||
@@ -47,6 +47,7 @@ public: | |||
47 | int digit( int iIdx ) const; | 47 | int digit( int iIdx ) const; |
48 | 48 | ||
49 | int getScale() const { return iScale; } | 49 | int getScale() const { return iScale; } |
50 | int getEffectiveScale() const; | ||
50 | void setScale( int iNewScale ); | 51 | void setScale( int iNewScale ); |
51 | 52 | ||
52 | int32_t toInt32() const; | 53 | int32_t toInt32() const; |