mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 09:27:59 +02:00
Removed unnecessary [Friend] attributes
This commit is contained in:
parent
99419097c5
commit
b89e036a6f
4 changed files with 5 additions and 5 deletions
|
@ -166,7 +166,7 @@ namespace System
|
|||
static Object Object_DynamicCastToTypeId(Object obj, int32 typeId)
|
||||
{
|
||||
#if BF_DYNAMIC_CAST_CHECK
|
||||
return obj.[Friend]DynamicCastToTypeId(typeId);
|
||||
return obj.DynamicCastToTypeId(typeId);
|
||||
#else
|
||||
return null;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue