mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Removed mForceActiveTypeDef in DoMethodDeclaration
This commit is contained in:
parent
3325d55639
commit
af783bec7e
1 changed files with 2 additions and 3 deletions
|
@ -24135,7 +24135,6 @@ void BfModule::DoMethodDeclaration(BfMethodDeclaration* methodDeclaration, bool
|
|||
SetAndRestoreValue<bool> prevAllowLockYield(mContext->mAllowLockYield, false);
|
||||
BfTypeState typeState(mCurTypeInstance);
|
||||
typeState.mPrevState = mContext->mCurTypeState;
|
||||
typeState.mForceActiveTypeDef = methodDef->mDeclaringType;
|
||||
typeState.mCurMethodDef = methodDef;
|
||||
SetAndRestoreValue<BfTypeState*> prevTypeState(mContext->mCurTypeState, &typeState);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue