summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/chat/gmtab.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-19 11:59:14 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-19 11:59:14 +0300
commitb5c7e137032d78a70c737cb390c6d729f95c72a2 (patch)
tree2ce73a70f6f5a032f688728ed2b14af6164a096d /src/gui/widgets/tabs/chat/gmtab.cpp
parent0c863b2e2cc7f5be6baa918c8fffb0ee44c02cc7 (diff)
downloadplus-b5c7e137032d78a70c737cb390c6d729f95c72a2.tar.gz
plus-b5c7e137032d78a70c737cb390c6d729f95c72a2.tar.bz2
plus-b5c7e137032d78a70c737cb390c6d729f95c72a2.tar.xz
plus-b5c7e137032d78a70c737cb390c6d729f95c72a2.zip
Fix virtual overload function handleCommand.
Diffstat (limited to 'src/gui/widgets/tabs/chat/gmtab.cpp')
-rw-r--r--src/gui/widgets/tabs/chat/gmtab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/chat/gmtab.cpp b/src/gui/widgets/tabs/chat/gmtab.cpp
index 4db496e76..caa475309 100644
--- a/src/gui/widgets/tabs/chat/gmtab.cpp
+++ b/src/gui/widgets/tabs/chat/gmtab.cpp
@@ -47,7 +47,7 @@ void GmTab::handleInput(const std::string &msg)
chatHandler->channelMessage(mChannelName, ChatWindow::doReplace(msg));
}
-void GmTab::handleCommand(const std::string &msg A_UNUSED)
+void GmTab::handleCommandStr(const std::string &msg A_UNUSED)
{
}