summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r--src/wasm-binary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h
index f7fb4b8f3..d4e1bd2c1 100644
--- a/src/wasm-binary.h
+++ b/src/wasm-binary.h
@@ -431,7 +431,7 @@ int8_t binaryWasmType(WasmType type) {
}
}
-class WasmBinaryWriter : public WasmVisitor<WasmBinaryWriter, void> {
+class WasmBinaryWriter : public Visitor<WasmBinaryWriter, void> {
Module* wasm;
BufferWithRandomAccess& o;
bool debug;