summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r--src/gui/chat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h
index bb742a77..114b389c 100644
--- a/src/gui/chat.h
+++ b/src/gui/chat.h
@@ -119,7 +119,7 @@ class ChatWindow : public Window,
* @param msg The message text which is to be sent.
*
*/
- void chatSend(const std::string &msg);
+ void chatSend(std::string &msg);
/** Called to remove the channel from the channel manager */
void removeChannel(short channelId);