summaryrefslogtreecommitdiff
path: root/src/guild.h
diff options
context:
space:
mode:
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 c4bcb47be..e29e2a4f6 100644
--- a/src/guild.h
+++ b/src/guild.h
@@ -202,7 +202,7 @@ private:
/**
* Constructor with guild id passed to it.
*/
- Guild(const short id);
+ explicit Guild(const short id);
typedef std::vector<GuildMember*> MemberList;
MemberList mMembers;