[ekiga] Jabber/loudmouth: fix crash by changing the name of a structure (linker issue?)



commit 34fdf75b1e19cee5a2eae6ddf623507852466127
Author: Julien Puydt <jpuydt free fr>
Date:   Sat Oct 27 14:45:05 2012 +0200

    Jabber/loudmouth: fix crash by changing the name of a structure (linker issue?)

 plugins/loudmouth/loudmouth-heap-roster.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/loudmouth/loudmouth-heap-roster.cpp b/plugins/loudmouth/loudmouth-heap-roster.cpp
index 607aaf0..dc2074f 100644
--- a/plugins/loudmouth/loudmouth-heap-roster.cpp
+++ b/plugins/loudmouth/loudmouth-heap-roster.cpp
@@ -457,7 +457,7 @@ LM::HeapRoster::on_chat_requested (PresentityPtr presentity)
   dialect->open_chat (presentity);
 }
 
-struct existing_groups_helper
+struct lm_existing_groups_helper
 {
   std::set<std::string> groups;
 
@@ -478,7 +478,7 @@ LM::HeapRoster::existing_groups () const
   std::set<std::string> result;
 
   {
-    existing_groups_helper helper;
+    lm_existing_groups_helper helper;
     visit_presentities (boost::ref (helper));
     result = helper.groups;
   }



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