1
0
Fork 0

Missing comma

This commit is contained in:
Howaner 2014-05-07 21:32:52 +02:00
parent 10e3c262db
commit df71cc931b
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@ public:
m_Enchantments(a_CopyFrom.m_Enchantments),
m_CustomName (a_CopyFrom.m_CustomName),
m_Lore (a_CopyFrom.m_Lore),
m_RepairCost (a_CopyFrom.m_RepairCost)
m_FireworkItem(a_CopyFrom.m_FireworkItem),
m_RepairCost (a_CopyFrom.m_RepairCost),
m_FireworkItem(a_CopyFrom.m_FireworkItem)
{
}