mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
StringView for PlatformType.GetFromName
This commit is contained in:
parent
6962343e23
commit
dbd721f479
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ namespace IDE
|
|||
case Android;
|
||||
case Wasm;
|
||||
|
||||
public static PlatformType GetFromName(String name)
|
||||
public static PlatformType GetFromName(StringView name)
|
||||
{
|
||||
switch (name)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue