Moved a variable initialization
This commit is contained in:
parent
93e9b2b7af
commit
97784f72a2
1 changed files with 2 additions and 2 deletions
|
|
@ -190,10 +190,10 @@ void format_accounts::flush()
|
||||||
disp_pred.predicate.parse(report.HANDLER(display_).str());
|
disp_pred.predicate.parse(report.HANDLER(display_).str());
|
||||||
}
|
}
|
||||||
|
|
||||||
std::size_t top_displayed = 0;
|
|
||||||
|
|
||||||
mark_accounts(*report.session.master, report.HANDLED(flat));
|
mark_accounts(*report.session.master, report.HANDLED(flat));
|
||||||
|
|
||||||
|
std::size_t top_displayed = 0;
|
||||||
|
|
||||||
foreach (account_t * account, posted_accounts) {
|
foreach (account_t * account, posted_accounts) {
|
||||||
post_account(*account);
|
post_account(*account);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue