summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-04-15 13:39:01 -0600
committerJared Adams <jaxad0127@gmail.com>2009-04-15 13:39:01 -0600
commit72278cfec112e06b50ba06185fb59a2ce390d955 (patch)
tree306c21014780a12ed5a16bc85d57ada223055bad /src/gui/chat.h
parente8a1b2386bb2c28cfce0eb28d7e7067d51bb6701 (diff)
downloadmana-client-72278cfec112e06b50ba06185fb59a2ce390d955.tar.gz
mana-client-72278cfec112e06b50ba06185fb59a2ce390d955.tar.bz2
mana-client-72278cfec112e06b50ba06185fb59a2ce390d955.tar.xz
mana-client-72278cfec112e06b50ba06185fb59a2ce390d955.zip
Add a config option to always use whipser tabs
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;