summaryrefslogtreecommitdiff
path: root/src/channel.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-26 23:04:14 -0600
committerJared Adams <jaxad0127@gmail.com>2009-03-26 23:04:14 -0600
commite64b5a25a54f56bc836af57223e37449a1daffe8 (patch)
treef14f80a0bdc5268a2c4e2c70b6afcac080242ac5 /src/channel.h
parente03bd01fa02da71d41b85d3710a971da5a9c6c32 (diff)
downloadMana-e64b5a25a54f56bc836af57223e37449a1daffe8.tar.gz
Mana-e64b5a25a54f56bc836af57223e37449a1daffe8.tar.bz2
Mana-e64b5a25a54f56bc836af57223e37449a1daffe8.tar.xz
Mana-e64b5a25a54f56bc836af57223e37449a1daffe8.zip
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.
Diffstat (limited to 'src/channel.h')
-rw-r--r--src/channel.h2
1 files changed, 2 insertions, 0 deletions
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
*/