diff options
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r-- | src/gui/chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h index f1c48569..80e57a84 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -182,7 +182,7 @@ class ChatWindow : public Window, public gcn::ActionListener, * chatlog.chat_send("Zaeiru", "Hello to all users on the screen!"); */ void - chatSend(std::string nick, std::string msg); + chatSend(const std::string &nick, std::string msg); /** Called when key is pressed */ void keyPress(const gcn::Key& key); |