mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +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
|
@ -3044,7 +3044,7 @@ void BfSystem::InjectNewRevision(BfTypeDef* typeDef)
|
|||
|
||||
typeDef->mProtection = nextTypeDef->mProtection;
|
||||
|
||||
BF_ASSERT(typeDef->mTypeCode == nextTypeDef->mTypeCode);
|
||||
BF_ASSERT((typeDef->mTypeCode == nextTypeDef->mTypeCode) || (nextTypeDef->mTypeCode == BfTypeCode_Inferred));
|
||||
|
||||
typeDef->mTypeCode = nextTypeDef->mTypeCode;
|
||||
typeDef->mShow = nextTypeDef->mShow;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue