summaryrefslogtreecommitdiff
path: root/src/binary-writer-spec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary-writer-spec.h')
-rw-r--r--src/binary-writer-spec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binary-writer-spec.h b/src/binary-writer-spec.h
index 3d39c289..e939752e 100644
--- a/src/binary-writer-spec.h
+++ b/src/binary-writer-spec.h
@@ -24,6 +24,7 @@
namespace wabt {
struct WriteBinarySpecOptions {
+ Stream* log_stream = nullptr;
const char* json_filename = nullptr;
WriteBinaryOptions write_binary_options;
};