diff options
Diffstat (limited to 'src/wasm/wasm.cpp')
-rw-r--r-- | src/wasm/wasm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm/wasm.cpp b/src/wasm/wasm.cpp index c80d10c83..412c2b7ac 100644 --- a/src/wasm/wasm.cpp +++ b/src/wasm/wasm.cpp @@ -69,7 +69,7 @@ Name GROW_WASM_MEMORY("__growWasmMemory"), // core AST type checking -struct TypeSeeker : public PostWalker<TypeSeeker, Visitor<TypeSeeker>> { +struct TypeSeeker : public PostWalker<TypeSeeker> { Expression* target; // look for this one Name targetName; std::vector<WasmType> types; |