summaryrefslogtreecommitdiff
path: root/src/wasm-s-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-s-parser.h')
-rw-r--r--src/wasm-s-parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-s-parser.h b/src/wasm-s-parser.h
index ac1b6d0e5..085b58ba0 100644
--- a/src/wasm-s-parser.h
+++ b/src/wasm-s-parser.h
@@ -123,7 +123,7 @@ class SExpressionWasmBuilder {
int tableCounter = 0;
int memoryCounter = 0;
// we need to know function return types before we parse their contents
- std::map<Name, Type> functionTypes;
+ std::map<Name, Signature> functionSignatures;
std::unordered_map<cashew::IString, Index> debugInfoFileIndices;
public: