const
This commit is contained in:
@@ -146,7 +146,7 @@ void TitleSubst::Load(const RString &filename, const RString §ion)
|
||||
XNode *pGroup = xml.GetChild( section );
|
||||
if( pGroup == NULL )
|
||||
return;
|
||||
FOREACH_Child( pGroup, child )
|
||||
FOREACH_CONST_Child( pGroup, child )
|
||||
{
|
||||
if( child->GetName() != "Translation" )
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user