summaryrefslogtreecommitdiff
path: root/src/guild.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-02-28 15:23:03 +0300
committerAndrei Karas <akaras@inbox.ru>2013-02-28 15:23:03 +0300
commit5ae7168e1f30efa4fd61c155eaecd55ce83bea14 (patch)
tree617af9417f6b4175fdf4ba0691dd5c4ac28e427e /src/guild.h
parent096de2a656c036a241dd5f10c2bf28ae4d4dbe5a (diff)
downloadplus-5ae7168e1f30efa4fd61c155eaecd55ce83bea14.tar.gz
plus-5ae7168e1f30efa4fd61c155eaecd55ce83bea14.tar.bz2
plus-5ae7168e1f30efa4fd61c155eaecd55ce83bea14.tar.xz
plus-5ae7168e1f30efa4fd61c155eaecd55ce83bea14.zip
improve guild related files.
Diffstat (limited to 'src/guild.h')
-rw-r--r--src/guild.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guild.h b/src/guild.h
index 9259ae470..c4bcb47be 100644
--- a/src/guild.h
+++ b/src/guild.h
@@ -170,7 +170,7 @@ public:
void getNames(StringVect &names) const;
- void addPos(const int id, std::string name);
+ void addPos(const int id, const std::string &name);
void sort();