Back to a simple one.
This commit is contained in:
@@ -74,10 +74,8 @@ void TitleSubst::AddTrans(const TitleTrans &tr)
|
||||
|
||||
void TitleSubst::Subst( TitleFields &tf )
|
||||
{
|
||||
FOREACH_CONST( TitleTrans*, ttab, iter )
|
||||
for (TitleTrans *tt : ttab)
|
||||
{
|
||||
TitleTrans* tt = *iter;
|
||||
|
||||
TitleFields to;
|
||||
if( !tt->Matches(tf,to) )
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user