mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
BoxedType dtor change
This commit is contained in:
parent
612368b0f7
commit
a70aecf692
1 changed files with 1 additions and 1 deletions
|
@ -2631,7 +2631,7 @@ void BfTupleType::Finish()
|
||||||
BfBoxedType::~BfBoxedType()
|
BfBoxedType::~BfBoxedType()
|
||||||
{
|
{
|
||||||
if ((mTypeDef != NULL) && (mTypeDef->mEmitParent != NULL))
|
if ((mTypeDef != NULL) && (mTypeDef->mEmitParent != NULL))
|
||||||
mTypeDef = mTypeDef->mEmitParent;
|
mTypeDef = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
BfType* BfBoxedType::GetModifiedElementType()
|
BfType* BfBoxedType::GetModifiedElementType()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue