diff options
| author | John Wiegley <johnw@newartisans.com> | 2007-05-07 10:25:15 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:39 -0400 |
| commit | a07e20c14e5ba3597a855276ad9a195343aee42f (patch) | |
| tree | 2148a9a8e3038993cca6865a025a582e95f9caac /src/value.h | |
| parent | 8aada79971b772fda92131053fa03021cfbc625a (diff) | |
| download | ledger-a07e20c14e5ba3597a855276ad9a195343aee42f.tar.gz ledger-a07e20c14e5ba3597a855276ad9a195343aee42f.tar.bz2 ledger-a07e20c14e5ba3597a855276ad9a195343aee42f.zip | |
Changed write methods to print.
Diffstat (limited to 'src/value.h')
| -rw-r--r-- | src/value.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/value.h b/src/value.h index 7d6f36be..ad4ce26f 100644 --- a/src/value.h +++ b/src/value.h @@ -392,7 +392,7 @@ class value_t value_t round() const; value_t unround() const; - void write(std::ostream& out, const int first_width, + void print(std::ostream& out, const int first_width, const int latter_width = -1) const; friend std::ostream& operator<<(std::ostream& out, const value_t& val); |
