diff --git a/BeefLibs/corlib/src/Diagnostics/Debug.bf b/BeefLibs/corlib/src/Diagnostics/Debug.bf index af75f601..e8b9b420 100644 --- a/BeefLibs/corlib/src/Diagnostics/Debug.bf +++ b/BeefLibs/corlib/src/Diagnostics/Debug.bf @@ -51,7 +51,7 @@ namespace System.Diagnostics Write(sv.[Friend]mPtr, sv.[Friend]mLength); } - public static void Write(String fmt, params Object[] args) + public static void Write(String fmt, params Span args) { String str = scope String(4096); str.AppendF(fmt, params args);