mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 18:48:01 +02:00
Set propDef.mDeclaringType for Underlying
This commit is contained in:
parent
bde7b0b3aa
commit
1536c89d63
1 changed files with 1 additions and 1 deletions
|
@ -2273,7 +2273,7 @@ void BfDefBuilder::FinishTypeDef(bool wantsToString)
|
|||
mCurTypeDef->mProperties.Add(propDef);
|
||||
propDef->mTypeRef = mSystem->mDirectSelfBaseTypeRef;
|
||||
BF_ASSERT(mCurDeclaringTypeDef != NULL);
|
||||
methodDef->mDeclaringType = mCurDeclaringTypeDef;
|
||||
propDef->mDeclaringType = mCurDeclaringTypeDef;
|
||||
propDef->mName = "Underlying";
|
||||
propDef->mMethods.Add(methodDef);
|
||||
propDef->mProtection = BfProtection_Public;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue