summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2009-01-14 14:11:35 +0000
committerDavid Athay <ko2fan@gmail.com>2009-01-14 14:11:35 +0000
commit451b5887beae88c1f3c139a35d23e5521e896e7d (patch)
treee1d5f5058311a1121d1eb2c122eb3d1eb5cee372 /src/gui/chat.h
parentac3d5127cb7f3e3a4f5fa7a3ceb6f7c8de6808be (diff)
downloadmana-client-451b5887beae88c1f3c139a35d23e5521e896e7d.tar.gz
mana-client-451b5887beae88c1f3c139a35d23e5521e896e7d.tar.bz2
mana-client-451b5887beae88c1f3c139a35d23e5521e896e7d.tar.xz
mana-client-451b5887beae88c1f3c139a35d23e5521e896e7d.zip
Added linking to item's just using [Item Name] in chat
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);