From 4b0d72f3959911e5453683bbab75f08c2c84a6e9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 18 Oct 2013 13:35:50 +0300 Subject: fix const in guild declaration. --- src/guild.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/guild.h b/src/guild.h index d5dcb7234..a5f724e44 100644 --- a/src/guild.h +++ b/src/guild.h @@ -174,7 +174,7 @@ public: void sort(); - std::string getPos(int id) const A_WARN_UNUSED; + std::string getPos(const int id) const A_WARN_UNUSED; static Guild *getGuild(const int16_t id) A_WARN_UNUSED; -- cgit v1.2.3-60-g2f50