mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
Anonymous subclassing in initializer blocks
This commit is contained in:
parent
01c2c35fc3
commit
a5e9a33f64
25 changed files with 1111 additions and 608 deletions
|
@ -1293,7 +1293,7 @@ void BfContext::RebuildType(BfType* type, bool deleteOnDemandTypes, bool rebuild
|
|||
typeInst->mHasStaticInitMethod = false;
|
||||
typeInst->mHasStaticMarkMethod = false;
|
||||
typeInst->mHasStaticDtorMethod = false;
|
||||
typeInst->mHasTLSFindMethod = false;
|
||||
typeInst->mHasTLSFindMethod = false;
|
||||
typeInst->mBaseType = NULL;
|
||||
delete typeInst->mCustomAttributes;
|
||||
typeInst->mCustomAttributes = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue