1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Fixed lost attributes on variables/parameters

This commit is contained in:
Brian Fiete 2021-06-19 07:48:28 -07:00
parent e6fdfa39d0
commit fa6bdc0d04

View file

@ -1600,6 +1600,7 @@ void BfPrinter::Visit(BfVariableDeclaration* varDecl)
{
//Visit(varDecl->ToBase());
VisitChild(varDecl->mAttributes);
VisitChildWithProceedingSpace(varDecl->mModSpecifier);
if (varDecl->mPrecedingComma != NULL)