[ekiga] Found and fixed the loudmouth compilation issues



commit 43796bb26ede9b0461157c27abe53e6d6f8e1e51
Author: Julien Puydt <jpuydt free fr>
Date:   Fri Dec 20 17:08:34 2013 +0100

    Found and fixed the loudmouth compilation issues

 plugins/loudmouth/loudmouth-bank.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/loudmouth/loudmouth-bank.h b/plugins/loudmouth/loudmouth-bank.h
index 8875a2f..258b582 100644
--- a/plugins/loudmouth/loudmouth-bank.h
+++ b/plugins/loudmouth/loudmouth-bank.h
@@ -73,6 +73,7 @@ namespace LM
 
   private:
 
+    boost::shared_ptr<Ekiga::Settings> contacts_settings;
     boost::shared_ptr<Ekiga::PersonalDetails> details;
     boost::shared_ptr<Cluster> cluster;
     boost::shared_ptr<Dialect> dialect;
@@ -90,7 +91,6 @@ namespace LM
   };
 
   typedef boost::shared_ptr<Bank> BankPtr;
-  boost::shared_ptr<Ekiga::Settings> contacts_settings;
 };
 
 #endif


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