diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-26 21:35:58 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-26 21:35:58 -0600 |
commit | 2d5d31406ab057abd9417d13ab808f6823b2860b (patch) | |
tree | 363b70f23aa89e3f765e81b9b430924385626f9e /src/gui/widgets/chattab.h | |
parent | bf6f383e82add4634c8c091216093596b4587f0d (diff) | |
download | mana-2d5d31406ab057abd9417d13ab808f6823b2860b.tar.gz mana-2d5d31406ab057abd9417d13ab808f6823b2860b.tar.bz2 mana-2d5d31406ab057abd9417d13ab808f6823b2860b.tar.xz mana-2d5d31406ab057abd9417d13ab808f6823b2860b.zip |
Add WhisperTabs
Diffstat (limited to 'src/gui/widgets/chattab.h')
-rw-r--r-- | src/gui/widgets/chattab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/chattab.h b/src/gui/widgets/chattab.h index d102d7a0..9e2aff6b 100644 --- a/src/gui/widgets/chattab.h +++ b/src/gui/widgets/chattab.h @@ -90,7 +90,7 @@ class ChatTab : public Tab protected: friend class ChatWindow; - void sendChat(std::string &msg); + virtual void sendChat(std::string &msg); ScrollArea *mScrollArea; BrowserBox *mTextOutput; |