Forgot to utilize references.

Still compiled, but wasn't the best move.
This commit is contained in:
Jason Felds
2013-04-27 13:33:05 -04:00
parent 4cff3766aa
commit f66883aa1b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1073,7 +1073,7 @@ XNode* Profile::SaveGeneralDataCreateNode() const
{
XNode* pUnlocks = pGeneralDataNode->AppendChild("Unlocks");
for (RString const unlockEntry : m_UnlockedEntryIDs)
for (RString const &unlockEntry : m_UnlockedEntryIDs)
{
XNode *pEntry = pUnlocks->AppendChild("UnlockEntry");
pEntry->AppendAttr( "UnlockEntryID", unlockEntry );