mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Added ReflectAttribute.ReflectImplementer
This commit is contained in:
parent
52ccdfe46a
commit
0e10eba8f5
3 changed files with 37 additions and 3 deletions
|
@ -1741,8 +1741,10 @@ int BfModule::GenerateTypeOptions(BfCustomAttributes* customAttributes, BfTypeIn
|
|||
{
|
||||
StringT<128> ifaceName = TypeToString(iface.mInterfaceType);
|
||||
if (BfCheckWildcard(checkFilter, ifaceName))
|
||||
{
|
||||
matched = true;
|
||||
break;
|
||||
break;
|
||||
}
|
||||
}
|
||||
checkTypeInst = checkTypeInst->mBaseType;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue