summaryrefslogtreecommitdiff
path: root/src/gui/chat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r--src/gui/chat.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp
index 46611b78..7ad727ff 100644
--- a/src/gui/chat.cpp
+++ b/src/gui/chat.cpp
@@ -70,6 +70,7 @@ class ChatInput : public TextField, public gcn::FocusListener
ChatWindow::ChatWindow():
Window(_("Chat")),
+ mCurrentTab(NULL),
mTmpVisible(false)
{
setWindowName("Chat");