From e165020f87f807179d27203195843c88fb8afe55 Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Wed, 13 Jan 2016 20:13:04 -0800 Subject: Use LLVM style static polymorphism for WasmVisitors. --- src/wasm-binary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wasm-binary.h') diff --git a/src/wasm-binary.h b/src/wasm-binary.h index 9accbfbc0..809c559ff 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -323,7 +323,7 @@ char binaryWasmType(WasmType type) { } } -class WasmBinaryWriter : public WasmVisitor { +class WasmBinaryWriter : public WasmVisitor { Module* wasm; BufferWithRandomAccess& o; -- cgit v1.2.3