mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 01:37:59 +02:00
Fixed property dtor colorization
This commit is contained in:
parent
8796b3bcc1
commit
78c39c5f87
1 changed files with 1 additions and 1 deletions
|
@ -6892,7 +6892,7 @@ BfAstNode* BfReducer::ReadTypeMember(BfAstNode* node, int depth, BfAstNode* defe
|
|||
{
|
||||
if (tokenNode->mToken == BfToken_Tilde)
|
||||
{
|
||||
auto fieldDtor = CreateFieldDtorDeclaration(tokenNode);
|
||||
auto fieldDtor = CreateFieldDtorDeclaration(propertyDeclaration);
|
||||
MEMBER_SET(propertyDeclaration, mFieldDtor, fieldDtor);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue