summaryrefslogtreecommitdiff
path: root/src/ast-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast-parser.h')
-rw-r--r--src/ast-parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast-parser.h b/src/ast-parser.h
index 943e9136..0992d16b 100644
--- a/src/ast-parser.h
+++ b/src/ast-parser.h
@@ -25,7 +25,7 @@ namespace wabt {
struct Script;
Result parse_ast(AstLexer* lexer,
- struct Script* out_script,
+ struct Script** out_script,
SourceErrorHandler*);
} // namespace wabt