diff options
Diffstat (limited to 'src/wasm2js.h')
-rw-r--r-- | src/wasm2js.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm2js.h b/src/wasm2js.h index de234b90b..b1cc13898 100644 --- a/src/wasm2js.h +++ b/src/wasm2js.h @@ -293,7 +293,7 @@ private: // Mangled names cache by interned names. // Utilizes the usually reused underlying cstring's pointer as the key. - std::unordered_map<const char*, IString> + std::unordered_map<const void*, IString> wasmNameToMangledName[(int)NameScope::Max]; // Set of all mangled names in each scope. std::unordered_set<IString> mangledNames[(int)NameScope::Max]; |