diff options
Diffstat (limited to 'src/wast-parser.h')
-rw-r--r-- | src/wast-parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wast-parser.h b/src/wast-parser.h index 9a5d99a1..dc9fe11e 100644 --- a/src/wast-parser.h +++ b/src/wast-parser.h @@ -181,7 +181,7 @@ class WastParser { Result ParseModuleCommand(CommandPtr*); Result ParseRegisterCommand(CommandPtr*); - Result ParseAction(Action*); + Result ParseAction(ActionPtr*); Result ParseScriptModule(std::unique_ptr<ScriptModule>*); template <typename T> |