From e480ad5d269ca8dcd200397f7e6157b3e46c5c02 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Fri, 27 Mar 2009 07:45:41 -0600 Subject: Add some const to the chat tabs --- src/gui/widgets/chattab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/chattab.cpp') 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); } -- cgit v1.2.3-70-g09d2