summaryrefslogtreecommitdiff
path: root/src/number.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/number.h')
-rw-r--r--src/number.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/number.h b/src/number.h
index 8c9cd28..0816a17 100644
--- a/src/number.h
+++ b/src/number.h
@@ -46,6 +46,8 @@ public:
46 int getScale() const { return iScale; } 46 int getScale() const { return iScale; }
47 void setScale( int iNewScale ); 47 void setScale( int iNewScale );
48 48
49 int32_t toInt32() const;
50
49private: 51private:
50 Number add( const Number &rhs, bool bSub ) const; 52 Number add( const Number &rhs, bool bSub ) const;
51 53