mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 16:10:26 +02:00
Fixed defer target printing
This commit is contained in:
parent
a3ed5b7769
commit
d460c1fb2f
2 changed files with 3 additions and 1 deletions
|
@ -1847,7 +1847,7 @@ void BfPrinter::Visit(BfDeferStatement* deferStmt)
|
|||
|
||||
VisitChild(deferStmt->mDeferToken);
|
||||
VisitChild(deferStmt->mColonToken);
|
||||
VisitChild(deferStmt->mScopeToken);
|
||||
VisitChild(deferStmt->mScopeName);
|
||||
|
||||
if (deferStmt->mBind != NULL)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue