We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315b7f2 commit d5145d5Copy full SHA for d5145d5
1 file changed
src/define.zig
@@ -33,7 +33,7 @@ pub fn define(
33
defer state.deinit(gpa);
34
35
inline for (to_define) |T| {
36
- _ = try addClass(&state, T);
+ _ = try addClass(&state, gpa, T);
37
}
38
39
var file = try std.fs.createFileAbsolute(absolute_output_path, .{});
0 commit comments