mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-17 07:44:09 +02:00
Fixed lost attributes on variables/parameters
This commit is contained in:
parent
e6fdfa39d0
commit
fa6bdc0d04
1 changed files with 1 additions and 0 deletions
|
@ -1600,6 +1600,7 @@ void BfPrinter::Visit(BfVariableDeclaration* varDecl)
|
||||||
{
|
{
|
||||||
//Visit(varDecl->ToBase());
|
//Visit(varDecl->ToBase());
|
||||||
|
|
||||||
|
VisitChild(varDecl->mAttributes);
|
||||||
VisitChildWithProceedingSpace(varDecl->mModSpecifier);
|
VisitChildWithProceedingSpace(varDecl->mModSpecifier);
|
||||||
|
|
||||||
if (varDecl->mPrecedingComma != NULL)
|
if (varDecl->mPrecedingComma != NULL)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue