1
0

Fixed style

This commit is contained in:
Jaume Aloy
2014-08-31 11:28:42 +02:00
parent 4900645b28
commit 6180f7df09
3 changed files with 9 additions and 8 deletions

View File

@@ -94,7 +94,7 @@ protected:
*/
struct CreatorData
{
CreatorData(int a_UniqueID, const AString & a_Name, cEnchantments a_Enchantments) :
CreatorData(int a_UniqueID, const AString & a_Name, const cEnchantments & a_Enchantments) :
m_UniqueID(a_UniqueID),
m_Name(a_Name),
m_Enchantments(a_Enchantments)