[ekiga] Fixed oddity in the chat framework base classes



commit 2f49ea5c17ab848627628ae78bc3e8820a3c9deb
Author: Julien Puydt <jpuydt newton localdomain>
Date:   Wed Sep 14 11:20:17 2011 +0200

    Fixed oddity in the chat framework base classes

 lib/engine/chat/chat-core.h |    2 +-
 lib/engine/chat/dialect.h   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/engine/chat/chat-core.h b/lib/engine/chat/chat-core.h
index 69c8d48..9a7d7e1 100644
--- a/lib/engine/chat/chat-core.h
+++ b/lib/engine/chat/chat-core.h
@@ -120,7 +120,7 @@ namespace Ekiga
 
     /** This chain allows the ChatCore to present forms to the user
      */
-    ChainOfResponsibility<FormRequest*> questions;
+    ChainOfResponsibility<FormRequestPtr> questions;
 
   };
 
diff --git a/lib/engine/chat/dialect.h b/lib/engine/chat/dialect.h
index 032c2bd..c6d8986 100644
--- a/lib/engine/chat/dialect.h
+++ b/lib/engine/chat/dialect.h
@@ -81,7 +81,7 @@ namespace Ekiga
 
     /** This chain allows the Dialect to present forms to the user.
      */
-    ChainOfResponsibility<FormRequest*> questions;
+    ChainOfResponsibility<FormRequestPtr> questions;
   };
 
   typedef boost::shared_ptr<Dialect> DialectPtr;



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