From dfc14dfff3dfc31e21ea7f11f9723de977d6c179 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 2 Aug 2008 23:34:28 -0400 Subject: Re-enabled almost all of the old reporting code, which means it compiles now within the new scheme. --- session.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'session.h') diff --git a/session.h b/session.h index bb7c6538..f35accb2 100644 --- a/session.h +++ b/session.h @@ -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; -- cgit v1.2.3