summaryrefslogtreecommitdiff
path: root/src/wast-parser-lexer-shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wast-parser-lexer-shared.h')
-rw-r--r--src/wast-parser-lexer-shared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wast-parser-lexer-shared.h b/src/wast-parser-lexer-shared.h
index 309f9bcb..69ef6530 100644
--- a/src/wast-parser-lexer-shared.h
+++ b/src/wast-parser-lexer-shared.h
@@ -91,7 +91,7 @@ union Token {
TypeVector* types;
uint32_t u32;
uint64_t u64;
- Var var;
+ Var* var;
VarVector* vars;
};