fix build broken by previous commit

This commit is contained in:
Andrew Kelley 2018-02-14 13:55:06 -05:00
parent d790670f4c
commit e8d81c5acf

View File

@ -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;
}
};