summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r--src/wasm-binary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h
index f7d57f5c9..3870ccf7f 100644
--- a/src/wasm-binary.h
+++ b/src/wasm-binary.h
@@ -1583,7 +1583,7 @@ public:
void readVars();
std::map<Export*, Index> exportIndices;
- std::vector<Export*> exportOrder;
+ std::vector<std::unique_ptr<Export>> exportOrder;
void readExports();
// The strings in the strings section (which are referred to by StringConst).