summaryrefslogtreecommitdiff
path: root/src/chain.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-18 23:13:33 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-18 23:13:33 -0500
commit539887b3fbbb28e67f61437817dd617607724897 (patch)
tree303498131d8dd3df2ccda4d86174fa4cc9efb1a1 /src/chain.h
parentcd284f98c8d1cb13de4b6f29a1d98db8893a024f (diff)
downloadfork-ledger-539887b3fbbb28e67f61437817dd617607724897.tar.gz
fork-ledger-539887b3fbbb28e67f61437817dd617607724897.tar.bz2
fork-ledger-539887b3fbbb28e67f61437817dd617607724897.zip
Changed only_preliminaries to for_accounts_report
Diffstat (limited to 'src/chain.h')
-rw-r--r--src/chain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chain.h b/src/chain.h
index 0384027c..a2b75b3a 100644
--- a/src/chain.h
+++ b/src/chain.h
@@ -84,7 +84,7 @@ class report_t;
post_handler_ptr
chain_post_handlers(report_t& report,
post_handler_ptr base_handler,
- bool only_preliminaries = false);
+ bool for_accounts_report = false);
} // namespace ledger