summaryrefslogtreecommitdiff
path: root/src/number.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/number.h')
-rw-r--r--src/number.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/number.h b/src/number.h
index 3806300..8c9cd28 100644
--- a/src/number.h
+++ b/src/number.h
@@ -43,6 +43,9 @@ public:
43 43
44 int digit( int iIdx ) const; 44 int digit( int iIdx ) const;
45 45
46 int getScale() const { return iScale; }
47 void setScale( int iNewScale );
48
46private: 49private:
47 Number add( const Number &rhs, bool bSub ) const; 50 Number add( const Number &rhs, bool bSub ) const;
48 51