mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Added missing 'internal' string
This commit is contained in:
parent
1013383202
commit
3bb94764d2
1 changed files with 2 additions and 2 deletions
|
@ -21986,8 +21986,8 @@ bool BfModule::SlotVirtualMethod(BfMethodInstance* methodInstance, BfAmbiguityCo
|
|||
{
|
||||
auto prevProtection = methodOverriden->mMethodDef->mProtection;
|
||||
if ((methodDef->mProtection != prevProtection) && (methodDef->mMethodType != BfMethodType_Dtor))
|
||||
{
|
||||
const char* protectionNames[] = {"hidden", "private", "protected", "public"};
|
||||
{
|
||||
const char* protectionNames[] = {"hidden", "private", "internal", "protected", "public"};
|
||||
BfAstNode* protectionRefNode = NULL;
|
||||
if (auto propertyMethodDeclaration = methodDef->GetPropertyMethodDeclaration())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue