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, 2 insertions, 0 deletions
diff --git a/src/wasm.h b/src/wasm.h
index 24138c99d..7da80d896 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -1380,6 +1380,7 @@ public:
class TableGet : public SpecificExpression<Expression::TableGetId> {
public:
+ TableGet() = default;
TableGet(MixedArena& allocator) {}
Name table;
@@ -1391,6 +1392,7 @@ public:
class TableSet : public SpecificExpression<Expression::TableSetId> {
public:
+ TableSet() = default;
TableSet(MixedArena& allocator) {}
Name table;