mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 15:26:00 +02:00
Fixed errors for circular data references in member attributes
This commit is contained in:
parent
07a0972366
commit
3486251254
5 changed files with 124 additions and 61 deletions
|
@ -119,7 +119,7 @@ public:
|
|||
BfPopulateType mPopulateType;
|
||||
BfTypeReference* mCurBaseTypeRef;
|
||||
BfTypeReference* mCurAttributeTypeRef;
|
||||
BfFieldDef* mCurFieldDef;
|
||||
BfFieldDef* mCurFieldDef;
|
||||
BfTypeDef* mCurTypeDef;
|
||||
bool mBuildingGenericParams;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue