summaryrefslogtreecommitdiff
path: root/src/gui/widgets/chattab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/chattab.h')
-rw-r--r--src/gui/widgets/chattab.h2
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;