Fixes for variable shadowing (17/28)
This commit is contained in:
parent
68bce6c031
commit
87b5f6ec50
1 changed files with 2 additions and 2 deletions
|
|
@ -223,8 +223,8 @@ void sorted_accounts_iterator::sort_accounts(account_t& account,
|
||||||
|
|
||||||
#if defined(DEBUG_ON)
|
#if defined(DEBUG_ON)
|
||||||
if (SHOW_DEBUG("accounts.sorted")) {
|
if (SHOW_DEBUG("accounts.sorted")) {
|
||||||
foreach (account_t * account, deque)
|
foreach (account_t * acct, deque)
|
||||||
DEBUG("accounts.sorted", "Account: " << account->fullname());
|
DEBUG("accounts.sorted", "Account: " << acct->fullname());
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue