Parser
- Fixed ::findStrayModifications to identify the right node to upgrade.
This commit is contained in:
@@ -1637,7 +1637,7 @@ void Parser::findStrayModifications ()
|
|||||||
std::vector <Tree*>::iterator i;
|
std::vector <Tree*>::iterator i;
|
||||||
for (i = nodes.begin (); i != nodes.end (); ++i)
|
for (i = nodes.begin (); i != nodes.end (); ++i)
|
||||||
{
|
{
|
||||||
if ((*i)->hasTag ("FILTER"))
|
if ((*i)->hasTag ("ATTRIBUTE"))
|
||||||
{
|
{
|
||||||
(*i)->unTag ("FILTER");
|
(*i)->unTag ("FILTER");
|
||||||
(*i)->tag ("MODIFICATION");
|
(*i)->tag ("MODIFICATION");
|
||||||
|
|||||||
Reference in New Issue
Block a user