summaryrefslogtreecommitdiff
path: root/src/resources/claninfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/claninfo.h')
-rw-r--r--src/resources/claninfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/claninfo.h b/src/resources/claninfo.h
index fd96ecf51..2e85eed15 100644
--- a/src/resources/claninfo.h
+++ b/src/resources/claninfo.h
@@ -31,12 +31,14 @@ struct ClanInfo final
{
ClanInfo() :
stats(),
+ name(),
id(0)
{ }
A_DELETE_COPY(ClanInfo)
STD_VECTOR<std::string> stats;
+ std::string name;
int id;
};