From f97c2f28fdc3061bc7e30ccfcafaccbee77993b6 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 24 May 2024 08:22:47 -0700 Subject: update the codebase for the new std.Progress API --- lib/std/Build/Step/CheckObject.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/std/Build/Step/CheckObject.zig') diff --git a/lib/std/Build/Step/CheckObject.zig b/lib/std/Build/Step/CheckObject.zig index fa0ccc339d..84c9c62abb 100644 --- a/lib/std/Build/Step/CheckObject.zig +++ b/lib/std/Build/Step/CheckObject.zig @@ -550,7 +550,7 @@ pub fn checkComputeCompare( check_object.checks.append(check) catch @panic("OOM"); } -fn make(step: *Step, prog_node: *std.Progress.Node) !void { +fn make(step: *Step, prog_node: std.Progress.Node) !void { _ = prog_node; const b = step.owner; const gpa = b.allocator; -- cgit v1.2.3