From dbd721f479919efff090e566a9cf6843d781de0e Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Mon, 31 May 2021 08:50:33 -0700 Subject: [PATCH] StringView for PlatformType.GetFromName --- IDE/src/Workspace.bf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IDE/src/Workspace.bf b/IDE/src/Workspace.bf index 396d9e24..bafe1a14 100644 --- a/IDE/src/Workspace.bf +++ b/IDE/src/Workspace.bf @@ -34,7 +34,7 @@ namespace IDE case Android; case Wasm; - public static PlatformType GetFromName(String name) + public static PlatformType GetFromName(StringView name) { switch (name) {