mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Added field and instantiation restrictions to extended opaques
This commit is contained in:
parent
5000a8a824
commit
765906dd70
3 changed files with 19 additions and 10 deletions
|
@ -3488,6 +3488,7 @@ void BfCompiler::UpdateRevisedTypes()
|
|||
compositeTypeDef->mTypeCode = rootTypeDef->mTypeCode;
|
||||
compositeTypeDef->mFullName = rootTypeDef->mFullName;
|
||||
compositeTypeDef->mFullNameEx = rootTypeDef->mFullNameEx;
|
||||
compositeTypeDef->mIsOpaque = rootTypeDef->mIsOpaque;
|
||||
compositeTypeDef->mIsFunction = rootTypeDef->mIsFunction;
|
||||
compositeTypeDef->mIsDelegate = rootTypeDef->mIsDelegate;
|
||||
compositeTypeDef->mIsCombinedPartial = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue