Skip to content

Commit

Permalink
fix build broken by previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Feb 14, 2018
1 parent d790670 commit e8d81c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/zig/ast.zig
Expand Up @@ -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;
}
};

0 comments on commit e8d81c5

Please sign in to comment.