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 46116a37..0594761d 100644 --- a/src/gui/widgets/chattab.cpp +++ b/src/gui/widgets/chattab.cpp @@ -323,7 +323,7 @@ void ChatTab::sendChat(std::string &msg) { #endif } -void ChatTab::handleCommand(std::string msg) +void ChatTab::handleCommand(const std::string msg) { commandHandler->handleCommand(msg); } |