use GetName, GetValue

This commit is contained in:
Glenn Maynard
2006-10-02 06:12:42 +00:00
parent cad383b2ab
commit d188c2fd12
15 changed files with 58 additions and 58 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ bool IniFile::WriteFile( RageFileBasic &f ) const
{
FOREACH_CONST_Child( this, pKey )
{
if( f.PutLine( ssprintf("[%s]", pKey->m_sName.c_str()) ) == -1 )
if( f.PutLine( ssprintf("[%s]", pKey->GetName().c_str()) ) == -1 )
{
m_sError = f.GetError();
return false;