summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm.h b/src/wasm.h
index fc167342a..50646e39f 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -591,7 +591,7 @@ public:
Expression* body;
// local names. these are optional.
- std::vector<Name> localNames;
+ std::map<Index, Name> localNames;
std::map<Name, Index> localIndices;
struct DebugLocation {