Bläddra i källkod

Ambiguous call fix

Brian Fiete 5 år sedan
förälder
incheckning
30ae7eef61
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      BeefLibs/corlib/src/Diagnostics/Debug.bf

+ 1 - 1
BeefLibs/corlib/src/Diagnostics/Debug.bf

@@ -58,7 +58,7 @@ namespace System.Diagnostics
 
 		public static void WriteLine()
 		{
-			Write("\n", 1);
+			Write((char8*)"\n", 1);
 		}
 
 		public static void WriteLine(StringView line)