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());
|
||||
}
|
||||
|
||||
std::size_t top_displayed = 0;
|
||||
|
||||
mark_accounts(*report.session.master, report.HANDLED(flat));
|
||||
|
||||
std::size_t top_displayed = 0;
|
||||
|
||||
foreach (account_t * account, posted_accounts) {
|
||||
post_account(*account);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue