mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
AddMethodToWorkList abstract method fix
This commit is contained in:
parent
81b98575c6
commit
0734c9ffbb
1 changed files with 1 additions and 1 deletions
|
@ -6620,7 +6620,7 @@ void BfModule::DoTypeInstanceMethodProcessing(BfTypeInstance* typeInstance)
|
|||
{
|
||||
if (!mIsScratchModule)
|
||||
mOnDemandMethodCount--;
|
||||
if (methodInstanceGroup->mDefault != NULL)
|
||||
if ((methodInstanceGroup->mDefault != NULL) && (!methodInstanceGroup->mDefault->mMethodDef->mIsAbstract))
|
||||
AddMethodToWorkList(methodInstanceGroup->mDefault);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue