summaryrefslogtreecommitdiff
path: root/src/number.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/number.h')
-rw-r--r--src/number.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/number.h b/src/number.h
index 0816a17..8077fe0 100644
--- a/src/number.h
+++ b/src/number.h
@@ -21,6 +21,7 @@ public:
21 Number operator%( const Number &rhs ) const; 21 Number operator%( const Number &rhs ) const;
22 Number operator-() const; 22 Number operator-() const;
23 23
24 bool operator==( const Bu::String &rhs ) const;
24 bool operator==( const Number &rhs ) const; 25 bool operator==( const Number &rhs ) const;
25 bool operator!=( const Number &rhs ) const; 26 bool operator!=( const Number &rhs ) const;
26 bool operator>( const Number &rhs ) const; 27 bool operator>( const Number &rhs ) const;