Skip to content

Commit 2fd96a6

Browse files
committed
fix: zig master PR #22496 and #22505
1 parent 0154814 commit 2fd96a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

course/code/14/reflection.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ const Type = struct {
253253
.name = "b",
254254
.type = u32,
255255
.is_comptime = false,
256-
.default_value = null,
256+
.default_value_ptr = null,
257257
},
258258
},
259259
.decls = &.{},

0 commit comments

Comments
 (0)