summaryrefslogtreecommitdiff
path: root/net/ekiga/patches/patch-lib_engine_account_bank-impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/ekiga/patches/patch-lib_engine_account_bank-impl.h')
-rw-r--r--net/ekiga/patches/patch-lib_engine_account_bank-impl.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/ekiga/patches/patch-lib_engine_account_bank-impl.h b/net/ekiga/patches/patch-lib_engine_account_bank-impl.h
new file mode 100644
index 00000000000..62bbe8e8677
--- /dev/null
+++ b/net/ekiga/patches/patch-lib_engine_account_bank-impl.h
@@ -0,0 +1,13 @@
+$NetBSD: patch-lib_engine_account_bank-impl.h,v 1.1 2013/03/28 21:34:51 joerg Exp $
+
+--- lib/engine/account/bank-impl.h.orig 2013-03-28 17:43:20.000000000 +0000
++++ lib/engine/account/bank-impl.h
+@@ -212,7 +212,7 @@ template<typename AccountType>
+ void
+ Ekiga::BankImpl<AccountType>::add_account (gmref_ptr<AccountType> account)
+ {
+- add_object (account);
++ this->add_object (account);
+
+ account->questions.add_handler (questions.make_slot ());
+ account->registration_event.connect (sigc::bind (sigc::mem_fun (this, &Ekiga::BankImpl<AccountType>::on_registration_event), account));