diff options
author | Mike Buland <mike@xagasoft.com> | 2013-04-16 14:53:02 -0600 |
---|---|---|
committer | Mike Buland <mike@xagasoft.com> | 2013-04-16 14:53:02 -0600 |
commit | eda2bffe27415d28813badc5db572d1e4b20c3de (patch) | |
tree | 481aabb31e47588bb587ae8ec320f80fcede8cdf /src/number.h | |
parent | 7cfca326d8f824d3749ece6ad63a793197bf6c9d (diff) | |
download | clic-eda2bffe27415d28813badc5db572d1e4b20c3de.tar.gz clic-eda2bffe27415d28813badc5db572d1e4b20c3de.tar.bz2 clic-eda2bffe27415d28813badc5db572d1e4b20c3de.tar.xz clic-eda2bffe27415d28813badc5db572d1e4b20c3de.zip |
Added formatter for Number.
I'm a little embarassed that I didn't do this from the start, made the
code so much easier to read.
Diffstat (limited to 'src/number.h')
-rw-r--r-- | src/number.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/number.h b/src/number.h index 8d98a1b..cdae1df 100644 --- a/src/number.h +++ b/src/number.h | |||
@@ -52,4 +52,6 @@ private: | |||
52 | PackedIntArray aInt; | 52 | PackedIntArray aInt; |
53 | }; | 53 | }; |
54 | 54 | ||
55 | Bu::Formatter &operator<<( Bu::Formatter &f, const Number &n ); | ||
56 | |||
55 | #endif | 57 | #endif |