diff options
Diffstat (limited to 'src/chain.h')
-rw-r--r-- | src/chain.h | 2 |
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 |