remove SetTextValue

This commit is contained in:
Glenn Maynard
2007-02-11 07:40:45 +00:00
parent fc5c1cc295
commit 62b5c145db
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -1109,7 +1109,7 @@ XNode* Profile::SaveGeneralDataCreateNode() const
int iNumPlays = iter->second;
XNode *pStyleNode = s.CreateNode();
pStyleNode->SetTextValue( iNumPlays );
pStyleNode->AppendAttr(XNode::TEXT_ATTRIBUTE, iNumPlays );
pNumSongsPlayedByStyle->AppendChild( pStyleNode );
}