mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-23 10:08:00 +02:00
Improved comptime circular data reference issues
This commit is contained in:
parent
910f560380
commit
79e98fe9f7
7 changed files with 161 additions and 25 deletions
|
@ -160,6 +160,7 @@ public:
|
|||
BfTypeInstance* mCurBaseType;
|
||||
BfTypeReference* mCurAttributeTypeRef;
|
||||
BfFieldDef* mCurFieldDef;
|
||||
BfMethodDef* mCurMethodDef;
|
||||
BfTypeDef* mCurTypeDef;
|
||||
BfTypeDef* mForceActiveTypeDef;
|
||||
BfProject* mActiveProject;
|
||||
|
@ -179,6 +180,7 @@ public:
|
|||
mCurBaseTypeRef = NULL;
|
||||
mCurBaseType = NULL;
|
||||
mCurFieldDef = NULL;
|
||||
mCurMethodDef = NULL;
|
||||
mCurAttributeTypeRef = NULL;
|
||||
mCurTypeDef = NULL;
|
||||
mForceActiveTypeDef = NULL;
|
||||
|
@ -199,6 +201,7 @@ public:
|
|||
mCurBaseTypeRef = NULL;
|
||||
mCurBaseType = NULL;
|
||||
mCurFieldDef = NULL;
|
||||
mCurMethodDef = NULL;
|
||||
mCurAttributeTypeRef = NULL;
|
||||
mCurTypeDef = NULL;
|
||||
mForceActiveTypeDef = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue