summaryrefslogtreecommitdiff
path: root/src/binary-reader-logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary-reader-logging.h')
-rw-r--r--src/binary-reader-logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binary-reader-logging.h b/src/binary-reader-logging.h
index 214d8bae..d92fa97e 100644
--- a/src/binary-reader-logging.h
+++ b/src/binary-reader-logging.h
@@ -47,7 +47,7 @@ class BinaryReaderLogging : public BinaryReaderDelegate {
Type* param_types,
Index result_count,
Type* result_types) override;
- Result OnStructType(Index index) override;
+ Result OnStructType(Index index, Index field_count, TypeMut* fields) override;
Result EndTypeSection() override;
Result BeginImportSection(Offset size) override;