summaryrefslogtreecommitdiffstats
path: root/src/chat-server/chathandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/chat-server/chathandler.h')
-rw-r--r--src/chat-server/chathandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chat-server/chathandler.h b/src/chat-server/chathandler.h
index 06d7251..1a96cfb 100644
--- a/src/chat-server/chathandler.h
+++ b/src/chat-server/chathandler.h
@@ -214,7 +214,7 @@ class ChatHandler : public ConnectionHandler
* Finds out the name of a character by its id. Either searches it
* in the list of online characters or otherwise gets it from the db.
*/
- unsigned int getIdOfChar(const std::string &name);
+ unsigned getIdOfChar(const std::string &name);
/**
* Sends a message to every client in a registered channel.