summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/chat/whispertab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/tabs/chat/whispertab.cpp')
-rw-r--r--src/gui/widgets/tabs/chat/whispertab.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/tabs/chat/whispertab.cpp b/src/gui/widgets/tabs/chat/whispertab.cpp
index 61daac084..87de80724 100644
--- a/src/gui/widgets/tabs/chat/whispertab.cpp
+++ b/src/gui/widgets/tabs/chat/whispertab.cpp
@@ -61,7 +61,7 @@ void WhisperTab::handleInput(const std::string &msg)
chatLog("?", newMsg);
}
-void WhisperTab::handleCommand(const std::string &msg)
+void WhisperTab::handleCommandStr(const std::string &msg)
{
if (msg == "close")
{
@@ -85,7 +85,7 @@ void WhisperTab::handleCommand(const std::string &msg)
}
else
{
- ChatTab::handleCommand(msg);
+ ChatTab::handleCommandStr(msg);
}
}