Skip to content

Commit 0f2afb7

Browse files
committed
default
1 parent 0c723ef commit 0f2afb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wasm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ class Rethrow : public SpecificExpression<Expression::RethrowId> {
15221522
// 'throw_ref' from the new EH proposal
15231523
class ThrowRef : public SpecificExpression<Expression::ThrowRefId> {
15241524
public:
1525-
ThrowRef() {}
1525+
ThrowRef() = default;
15261526
ThrowRef(MixedArena& allocator) {}
15271527

15281528
Expression* exnref;

0 commit comments

Comments
 (0)