diff options
Diffstat (limited to 'src/gui/widgets/chattab.cpp')
-rw-r--r-- | src/gui/widgets/chattab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/chattab.cpp b/src/gui/widgets/chattab.cpp index 0e3ae423..44840423 100644 --- a/src/gui/widgets/chattab.cpp +++ b/src/gui/widgets/chattab.cpp @@ -274,7 +274,7 @@ void ChatTab::handleInput(const std::string &msg) { Net::getChatHandler()->talk(msg); } -void ChatTab::handleCommand(std::string msg) +void ChatTab::handleCommand(const std::string &msg) { commandHandler->handleCommand(msg, this); } |