mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Full hash fix - mix in anonymous type names
This commit is contained in:
parent
a6a891d800
commit
ea6d87c5c3
1 changed files with 1 additions and 0 deletions
|
@ -1977,6 +1977,7 @@ void BfDefBuilder::Visit(BfTypeDeclaration* typeDeclaration)
|
||||||
for (auto& anonTypeDecl : typeDeclaration->mAnonymousTypes)
|
for (auto& anonTypeDecl : typeDeclaration->mAnonymousTypes)
|
||||||
{
|
{
|
||||||
VisitChildNoRef(anonTypeDecl);
|
VisitChildNoRef(anonTypeDecl);
|
||||||
|
mFullHashCtx->MixinStr(anonTypeDecl->mAnonymousName);
|
||||||
}
|
}
|
||||||
|
|
||||||
FinishTypeDef(mCurTypeDef->mTypeCode == BfTypeCode_Enum);
|
FinishTypeDef(mCurTypeDef->mTypeCode == BfTypeCode_Enum);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue