summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r--src/gui/chat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h
index f5af7558..9f762f8e 100644
--- a/src/gui/chat.h
+++ b/src/gui/chat.h
@@ -173,7 +173,7 @@ class ChatWindow : public Window,
void whisper(std::string nick, std::string mes, bool own = false);
- bool addWhisperTab(std::string nick);
+ ChatTab *addWhisperTab(std::string nick);
protected:
friend class ChatTab;