[ekiga] Account: Fixed compilation due to previous partial commit.
- From: Damien Sandras <dsandras src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Account: Fixed compilation due to previous partial commit.
- Date: Thu, 12 Nov 2015 18:33:05 +0000 (UTC)
commit 56d22842a5d818c277e2863cb2cb1641c5dd1ad7
Author: Damien Sandras <dsandras seconix com>
Date: Sat Jun 20 13:31:10 2015 +0200
Account: Fixed compilation due to previous partial commit.
lib/engine/account/account-core.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/account/account-core.cpp b/lib/engine/account/account-core.cpp
index be903d6..732de8e 100644
--- a/lib/engine/account/account-core.cpp
+++ b/lib/engine/account/account-core.cpp
@@ -67,7 +67,7 @@ Ekiga::AccountCore::visit_banks (boost::function1<bool, BankPtr> visitor) const
{
bool go_on = true;
- for (bank_const_iterator iter = banks.begin ();
+ for (std::list<BankPtr>::const_iterator iter = banks.begin ();
iter != banks.end () && go_on;
iter++)
go_on = visitor (*iter);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]