diff options
Diffstat (limited to 'src/ast/count.h')
-rw-r--r-- | src/ast/count.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/count.h b/src/ast/count.h index 56f281ce6..098df9e27 100644 --- a/src/ast/count.h +++ b/src/ast/count.h @@ -19,7 +19,7 @@ namespace wasm { -struct GetLocalCounter : public PostWalker<GetLocalCounter, Visitor<GetLocalCounter>> { +struct GetLocalCounter : public PostWalker<GetLocalCounter> { std::vector<Index> num; GetLocalCounter() {} |