[ekiga/ds-opal-refactoring: 2/3] LDAP: Fixed compilation.



commit e8668bf9ab1755360eb5bedc5568cf8f8d217383
Author: Damien Sandras <dsandras seconix com>
Date:   Sun Mar 15 17:47:45 2015 +0100

    LDAP: Fixed compilation.

 plugins/ldap/ldap-source.cpp |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/plugins/ldap/ldap-source.cpp b/plugins/ldap/ldap-source.cpp
index 58930aa..c5de51f 100644
--- a/plugins/ldap/ldap-source.cpp
+++ b/plugins/ldap/ldap-source.cpp
@@ -215,10 +215,10 @@ bool
 OPENLDAP::Source::has_ekiga_net_book () const
 {
   bool result = false;
-  for (const_iterator iter = begin ();
-       iter != end () && !result;
-       ++iter)
-    result = (*iter)->is_ekiga_net_book ();
+  for (Ekiga::SourceImpl< OPENLDAP::Book >::const_iterator it = Ekiga::SourceImpl< OPENLDAP::Book >::begin 
();
+       it != Ekiga::SourceImpl< OPENLDAP::Book >::end () && !result;
+       ++it)
+    result = (*it)->is_ekiga_net_book ();
 
   return result;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]