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 f88bd2d64..ad7e44d8c 100644
--- a/src/wasm-binary.h
+++ b/src/wasm-binary.h
@@ -289,7 +289,7 @@ public:
return x.writeAt(this, i);
}
- template <typename T>
+ template<typename T>
void writeTo(T& o) {
for (auto c : *this) o << c;
}