summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm.h b/src/wasm.h
index b2f28faf0..8a3ceac7c 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -983,6 +983,7 @@ public:
size_t offset;
const char* data;
size_t size;
+ Segment() {}
Segment(size_t offset, const char *data, size_t size) : offset(offset), data(data), size(size) {}
};