14 lines
437 B
C++
14 lines
437 B
C++
$NetBSD: patch-lib_engine_presence_cluster-impl.h,v 1.1 2013/03/28 21:34:51 joerg Exp $
|
|
|
|
--- lib/engine/presence/cluster-impl.h.orig 2013-03-28 17:41:32.000000000 +0000
|
|
+++ lib/engine/presence/cluster-impl.h
|
|
@@ -147,7 +147,7 @@ Ekiga::ClusterImpl<HeapType>::add_heap (
|
|
|
|
add_connection (heap, heap->questions.add_handler (questions.make_slot ()));
|
|
|
|
- add_object (heap);
|
|
+ this->add_object (heap);
|
|
}
|
|
|
|
template<typename HeapType>
|