mirror of
https://github.com/ziglang/zig.git
synced 2024-11-29 00:22:33 +00:00
fix build broken by previous commit
This commit is contained in:
parent
d790670f4c
commit
e8d81c5acf
@ -278,7 +278,7 @@ pub const NodeStringLiteral = struct {
|
||||
base: Node,
|
||||
token: Token,
|
||||
|
||||
pub fn iterate(self: &NodeStringLiteral) ?&Node {
|
||||
pub fn iterate(self: &NodeStringLiteral, index: usize) ?&Node {
|
||||
return null;
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user