summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-06 23:38:12 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-06 23:38:12 -0400
commitc1bf4bdf69d2a0c2795cb5d44f13bc0bd3b16d8e (patch)
treeef59e8b46802ecbedcbd5b415643cf017e49ad5d /src/report.h
parentaea84dd9c5b7c28610e67d8f29554ce109f63dad (diff)
downloadfork-ledger-c1bf4bdf69d2a0c2795cb5d44f13bc0bd3b16d8e.tar.gz
fork-ledger-c1bf4bdf69d2a0c2795cb5d44f13bc0bd3b16d8e.tar.bz2
fork-ledger-c1bf4bdf69d2a0c2795cb5d44f13bc0bd3b16d8e.zip
Moved the --abbrev-len option to report_t.
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h
index edc3a838..5ab6c47c 100644
--- a/src/report.h
+++ b/src/report.h
@@ -152,6 +152,7 @@ public:
* Option handlers
*/
+ OPTION(report_t, abbrev_len_);
OPTION(report_t, account_);
OPTION(report_t, actual); // -L
OPTION(report_t, add_budget);