mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
Improved extension virtual override
This commit is contained in:
parent
96de5c9994
commit
c8d2d4852e
3 changed files with 4 additions and 2 deletions
|
@ -24431,6 +24431,8 @@ void BfModule::DoMethodDeclaration(BfMethodDeclaration* methodDeclaration, bool
|
|||
}
|
||||
else if (checkMethod->GetMethodDeclaration() == NULL)
|
||||
silentlyAllow = true;
|
||||
else if (methodDef->mIsOverride)
|
||||
silentlyAllow = true;
|
||||
else
|
||||
extensionWarn = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue