summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-04-11 08:06:07 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-04-11 08:06:07 (GMT)
commit54b2b8e5f8ebb116f3aff259bdc99db54698ccc3 (patch)
tree77fab0b5e05a32ed04c1628501dfdb9704c6d155 /Swift/Controllers/Chat/ChatsManager.h
parentbb372f7a06b0163da7b1f2749e43ba7c8c1c0c5a (diff)
downloadswift-54b2b8e5f8ebb116f3aff259bdc99db54698ccc3.zip
swift-54b2b8e5f8ebb116f3aff259bdc99db54698ccc3.tar.bz2
Looked like another potential segfault
Diffstat (limited to 'Swift/Controllers/Chat/ChatsManager.h')
-rw-r--r--Swift/Controllers/Chat/ChatsManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/Chat/ChatsManager.h b/Swift/Controllers/Chat/ChatsManager.h
index d1c6f45..6dc598e 100644
--- a/Swift/Controllers/Chat/ChatsManager.h
+++ b/Swift/Controllers/Chat/ChatsManager.h
@@ -74,5 +74,6 @@ namespace Swift {
MUCBookmarkManager* mucBookmarkManager_;
boost::shared_ptr<DiscoInfo> serverDiscoInfo_;
ChatListWindow* chatListWindow_;
+ boost::bsignals::scoped_connection uiEventConnection_;
};
}