mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fixed stack overflow with inner type as base type
This commit is contained in:
parent
980fc63b74
commit
797aa7cedc
2 changed files with 27 additions and 8 deletions
|
@ -397,7 +397,8 @@ enum BfTypeRebuildFlags
|
|||
BfTypeRebuildFlag_SpecializedByAutocompleteMethod = 0x200,
|
||||
BfTypeRebuildFlag_UnderlyingTypeDeferred = 0x400,
|
||||
BfTypeRebuildFlag_TypeDataSaved = 0x800,
|
||||
BfTypeRebuildFlag_InTempPool = 0x1000
|
||||
BfTypeRebuildFlag_InTempPool = 0x1000,
|
||||
BfTypeRebuildFlag_ResolvingBase = 0x2000
|
||||
};
|
||||
|
||||
class BfTypeDIReplaceCallback;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue