- Fixed ::findStrayModifications to identify the right node to upgrade.
This commit is contained in:
Paul Beckingham 2014-08-18 23:55:48 -04:00
parent a2a69e94fc
commit c371af75b2

View file

@ -1637,7 +1637,7 @@ void Parser::findStrayModifications ()
std::vector <Tree*>::iterator i;
for (i = nodes.begin (); i != nodes.end (); ++i)
{
if ((*i)->hasTag ("FILTER"))
if ((*i)->hasTag ("ATTRIBUTE"))
{
(*i)->unTag ("FILTER");
(*i)->tag ("MODIFICATION");