diff options
author | Michael Bebenita <mbebenita@gmail.com> | 2016-01-14 16:44:42 -0800 |
---|---|---|
committer | Michael Bebenita <mbebenita@gmail.com> | 2016-01-14 16:44:42 -0800 |
commit | 4c0f7e27bfff16daf610463c326f3a11b36d7e6e (patch) | |
tree | 963250376326279551524d2e2f5c256d0f88a744 /src/s2wasm.h | |
parent | e165020f87f807179d27203195843c88fb8afe55 (diff) | |
download | binaryen-4c0f7e27bfff16daf610463c326f3a11b36d7e6e.tar.gz binaryen-4c0f7e27bfff16daf610463c326f3a11b36d7e6e.tar.bz2 binaryen-4c0f7e27bfff16daf610463c326f3a11b36d7e6e.zip |
Some cleanup.
Diffstat (limited to 'src/s2wasm.h')
-rw-r--r-- | src/s2wasm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s2wasm.h b/src/s2wasm.h index e22e76289..bb4ca78d8 100644 --- a/src/s2wasm.h +++ b/src/s2wasm.h @@ -1102,7 +1102,7 @@ public: o << ";; METADATA: { "; // find asmConst calls, and emit their metadata - struct AsmConstWalker : public WasmWalker<AsmConstWalker, void> { + struct AsmConstWalker : public WasmWalker<AsmConstWalker> { S2WasmBuilder* parent; std::map<std::string, std::set<std::string>> sigsForCode; |