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 998952bde..a5b1e10b4 100644
--- a/src/wasm-binary.h
+++ b/src/wasm-binary.h
@@ -55,7 +55,7 @@ struct LEB {
T value;
- LEB() {}
+ LEB() = default;
LEB(T value) : value(value) {}
bool hasMore(T temp, MiniT byte) {