summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-09-24 09:19:31 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-09-24 09:19:31 (GMT)
commita29b7059d8d2a43a9ec6095d53ad61fa9886e20b (patch)
tree47c4d7490790823e723e58138b7d27c2270443ec /Swift/Controllers/Chat/ChatControllerBase.h
parent4ef1fd90a178b8525644181615844f6a16e2afd2 (diff)
downloadswift-a29b7059d8d2a43a9ec6095d53ad61fa9886e20b.zip
swift-a29b7059d8d2a43a9ec6095d53ad61fa9886e20b.tar.bz2
Don't crash at midnight if you've left a MUC.
Resolves: #571
Diffstat (limited to 'Swift/Controllers/Chat/ChatControllerBase.h')
-rw-r--r--Swift/Controllers/Chat/ChatControllerBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/Chat/ChatControllerBase.h b/Swift/Controllers/Chat/ChatControllerBase.h
index 4bad1db..fdc4381 100644
--- a/Swift/Controllers/Chat/ChatControllerBase.h
+++ b/Swift/Controllers/Chat/ChatControllerBase.h
@@ -36,7 +36,7 @@ namespace Swift {
class UIEventStream;
class EventController;
- class ChatControllerBase {
+ class ChatControllerBase : public boost::bsignals::trackable {
public:
virtual ~ChatControllerBase();
void showChatWindow();