diff options
Diffstat (limited to 'src/gui/widgets/tabs/chat/gmtab.cpp')
-rw-r--r-- | src/gui/widgets/tabs/chat/gmtab.cpp | 2 |
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) { } |