From 43e99491a76bb85faf60c004e84b6c2b14cf41e7 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 26 Apr 2009 17:05:18 +0200 Subject: Standardize on the position of the const keyword Same as for the client. --- src/account-server/accounthandler.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/account-server/accounthandler.hpp') diff --git a/src/account-server/accounthandler.hpp b/src/account-server/accounthandler.hpp index cada0bfe..e509cb06 100644 --- a/src/account-server/accounthandler.hpp +++ b/src/account-server/accounthandler.hpp @@ -39,7 +39,7 @@ namespace AccountClientHandler /** * Prepares a connection for a client coming from a game server. */ - void prepareReconnect(std::string const &token, int accountID); + void prepareReconnect(const std::string &token, int accountID); /** * Processes messages received by the connection handler. -- cgit v1.2.3-70-g09d2