diff options
author | John Wiegley <johnw@newartisans.com> | 2008-07-29 21:05:08 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-07-29 21:05:08 -0400 |
commit | 42e1d725aa9deb41396ba4c73c8499c7c3798508 (patch) | |
tree | 709aded6962addc668a127a0392aec739d74f750 /format.h | |
parent | ea27d1b45a5ff975a1e90e3e9f4b74ff8d34056e (diff) | |
download | fork-ledger-42e1d725aa9deb41396ba4c73c8499c7c3798508.tar.gz fork-ledger-42e1d725aa9deb41396ba4c73c8499c7c3798508.tar.bz2 fork-ledger-42e1d725aa9deb41396ba4c73c8499c7c3798508.zip |
The next value expression scheme is working, but the individual accessor
functions for each of the journal objects has yet to be ported.
Diffstat (limited to 'format.h')
-rw-r--r-- | format.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ struct format_t : public noncopyable static string truncate(const string& str, unsigned int width, const bool is_account = false); - void format(std::ostream& out, const scope_t& scope) const; + void format(std::ostream& out, scope_t& scope) const; }; class format_xacts : public item_handler<xact_t> |