Kaynağa Gözat

Full hash fix - mix in anonymous type names

Brian Fiete 8 ay önce
ebeveyn
işleme
ea6d87c5c3
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      IDEHelper/Compiler/BfDefBuilder.cpp

+ 1 - 0
IDEHelper/Compiler/BfDefBuilder.cpp

@@ -1977,6 +1977,7 @@ void BfDefBuilder::Visit(BfTypeDeclaration* typeDeclaration)
 	for (auto& anonTypeDecl : typeDeclaration->mAnonymousTypes)
 	{
 		VisitChildNoRef(anonTypeDecl);
+		mFullHashCtx->MixinStr(anonTypeDecl->mAnonymousName);
 	}
 
 	FinishTypeDef(mCurTypeDef->mTypeCode == BfTypeCode_Enum);