From Jannik Heller, "removed a const_cast that wasn't necessary"
This commit is contained in:
@@ -80,7 +80,7 @@ class TransformVisitor : public NodeVisitor
|
||||
i<nodePath.size();
|
||||
++i)
|
||||
{
|
||||
const_cast<Node*>(nodePath[i])->accept(*this);
|
||||
nodePath[i]->accept(*this);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user