Another fix for iOS build

This commit is contained in:
Wojtek Figat
2025-05-25 18:01:30 +02:00
parent 8f9fa6995e
commit a74c5e7943
2 changed files with 24 additions and 5 deletions

View File

@@ -2272,7 +2272,7 @@ void ShutdownHostfxr()
#endif
}
void* GetStaticMethodPointer(const String& methodName)
void* GetStaticMethodPointer(StringView methodName)
{
void* fun;
if (CachedFunctions.TryGet(methodName, fun))