summaryrefslogtreecommitdiff
path: root/format.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-02 23:34:28 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-02 23:34:28 -0400
commitdfc14dfff3dfc31e21ea7f11f9723de977d6c179 (patch)
tree14b5f9a8e7a2d4bebca02ecb946bf5a067677970 /format.h
parent5a90fe735772fd4d52216ae76ddad893bce177e6 (diff)
downloadledger-dfc14dfff3dfc31e21ea7f11f9723de977d6c179.tar.gz
ledger-dfc14dfff3dfc31e21ea7f11f9723de977d6c179.tar.bz2
ledger-dfc14dfff3dfc31e21ea7f11f9723de977d6c179.zip
Re-enabled almost all of the old reporting code, which means it compiles now
within the new scheme.
Diffstat (limited to 'format.h')
-rw-r--r--format.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/format.h b/format.h
index 585216bf..a124f088 100644
--- a/format.h
+++ b/format.h
@@ -61,6 +61,7 @@ class format_t : public noncopyable
string format_string;
scoped_ptr<element_t> elements;
+public:
enum elision_style_t {
TRUNCATE_TRAILING,
TRUNCATE_MIDDLE,
@@ -68,6 +69,8 @@ class format_t : public noncopyable
ABBREVIATE
};
+private:
+ // jww (2008-08-02): Should these four be here, or in session_t?
static elision_style_t elision_style;
static int abbrev_length;