From e64b5a25a54f56bc836af57223e37449a1daffe8 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Thu, 26 Mar 2009 23:04:14 -0600 Subject: Major clean up of ChatTab handling ChatTabs now manage their own adding/removal from the chat window, which lost most of it's chat related messages. Whisper handling is stil done by the ChatWindow, but it no longer manages any other tabs. ChannelTab handling is now the sole responsability of the Channels they are attached to. The general tab is handled by Game. --- src/channel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/channel.h') diff --git a/src/channel.h b/src/channel.h index d9f72c12..b2080d4a 100644 --- a/src/channel.h +++ b/src/channel.h @@ -40,6 +40,8 @@ class Channel const std::string &name, const std::string &announcement = std::string()); + ~Channel(); + /** * Get the id associated witht his channel */ -- cgit v1.2.3-70-g09d2