This commit is contained in:
Glenn Maynard
2007-02-12 01:00:52 +00:00
parent 3c36b5389d
commit 81fcea1950
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ void BannerCache::Demand()
if( PREFSMAN->m_BannerCache != BNCACHE_LOW_RES_LOAD_ON_DEMAND )
return;
FOREACH_Child( &BannerData, p )
FOREACH_CONST_Child( &BannerData, p )
{
RString sBannerPath = p->GetName();
+1 -1
View File
@@ -146,7 +146,7 @@ void TitleSubst::Load(const RString &filename, const RString &section)
XNode *pGroup = xml.GetChild( section );
if( pGroup == NULL )
return;
FOREACH_Child( pGroup, child )
FOREACH_CONST_Child( pGroup, child )
{
if( child->GetName() != "Translation" )
continue;