mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Removed mDtorDef, fixed MethodSpecializationRequest on emitted method
This commit is contained in:
parent
71d4dd0e90
commit
bc8758bbac
7 changed files with 71 additions and 51 deletions
|
@ -959,8 +959,7 @@ public:
|
|||
HashSet<BfMemberSetEntry> mMethodSet;
|
||||
HashSet<BfMemberSetEntry> mFieldSet;
|
||||
HashSet<BfMemberSetEntry> mPropertySet;
|
||||
Array<BfOperatorDef*> mOperators;
|
||||
BfMethodDef* mDtorDef;
|
||||
Array<BfOperatorDef*> mOperators;
|
||||
Array<BfGenericParamDef*> mGenericParamDefs;
|
||||
Array<BfExternalConstraintDef> mExternalConstraints;
|
||||
Array<BfTypeReference*> mBaseTypes;
|
||||
|
@ -1040,8 +1039,7 @@ public:
|
|||
mDupDetectedRevision = -1;
|
||||
mNestDepth = 0;
|
||||
mOuterType = NULL;
|
||||
mTypeDeclaration = NULL;
|
||||
mDtorDef = NULL;
|
||||
mTypeDeclaration = NULL;
|
||||
mNextRevision = NULL;
|
||||
mProtection = BfProtection_Public;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue