summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/chat/gmtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/tabs/chat/gmtab.h')
-rw-r--r--src/gui/widgets/tabs/chat/gmtab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/chat/gmtab.h b/src/gui/widgets/tabs/chat/gmtab.h
index de016e61f..a120eb745 100644
--- a/src/gui/widgets/tabs/chat/gmtab.h
+++ b/src/gui/widgets/tabs/chat/gmtab.h
@@ -40,7 +40,7 @@ class GmTab final : public ChatTab
void handleInput(const std::string &msg) override final;
- void handleCommand(const std::string &msg) override final;
+ void handleCommandStr(const std::string &msg) override final;
};
extern GmTab *gmChatTab;