mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixed allocation indent issue
This commit is contained in:
parent
0d05b81a69
commit
fcc82b9d24
1 changed files with 2 additions and 1 deletions
|
@ -1642,7 +1642,8 @@ void BfPrinter::Visit(BfObjectCreateExpression* newExpr)
|
|||
{
|
||||
if (node == NULL)
|
||||
return;
|
||||
Visit(node);
|
||||
Visit((BfAstNode*)node);
|
||||
Write(node, node->GetSrcStart(), 0);
|
||||
Write(BfTokenToString(token));
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue