From b5c7e137032d78a70c737cb390c6d729f95c72a2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 19 Feb 2015 11:59:14 +0300 Subject: Fix virtual overload function handleCommand. --- src/gui/widgets/tabs/chat/whispertab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/tabs/chat/whispertab.h') diff --git a/src/gui/widgets/tabs/chat/whispertab.h b/src/gui/widgets/tabs/chat/whispertab.h index 2dc956389..514b1badb 100644 --- a/src/gui/widgets/tabs/chat/whispertab.h +++ b/src/gui/widgets/tabs/chat/whispertab.h @@ -64,7 +64,7 @@ class WhisperTab 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; private: std::string mNick; -- cgit v1.2.3-60-g2f50