diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-02 23:34:28 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-02 23:34:28 -0400 |
commit | dfc14dfff3dfc31e21ea7f11f9723de977d6c179 (patch) | |
tree | 14b5f9a8e7a2d4bebca02ecb946bf5a067677970 /session.h | |
parent | 5a90fe735772fd4d52216ae76ddad893bce177e6 (diff) | |
download | fork-ledger-dfc14dfff3dfc31e21ea7f11f9723de977d6c179.tar.gz fork-ledger-dfc14dfff3dfc31e21ea7f11f9723de977d6c179.tar.bz2 fork-ledger-dfc14dfff3dfc31e21ea7f11f9723de977d6c179.zip |
Re-enabled almost all of the old reporting code, which means it compiles now
within the new scheme.
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -35,6 +35,7 @@ #include "scope.h" #include "journal.h" #include "account.h" +#include "format.h" namespace ledger { @@ -75,9 +76,7 @@ public: datetime_t now; date_t today; -#if 0 - elision_style_t elision_style; -#endif + format_t::elision_style_t elision_style; int abbrev_length; bool ansi_codes; |