diff options
Diffstat (limited to 'src/wasm-builder.h')
-rw-r--r-- | src/wasm-builder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-builder.h b/src/wasm-builder.h index 0d6ba30cd..336a90e0d 100644 --- a/src/wasm-builder.h +++ b/src/wasm-builder.h @@ -36,7 +36,7 @@ class Builder { MixedArena &allocator; public: - Builder(AllocatingModule& wasm) : allocator(wasm.allocator) {} + Builder(Module& wasm) : allocator(wasm.allocator) {} // make* functions, create nodes |