summaryrefslogtreecommitdiff
path: root/src/binary-reader-nop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary-reader-nop.h')
-rw-r--r--src/binary-reader-nop.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/binary-reader-nop.h b/src/binary-reader-nop.h
index 8e4bb84e..1bf57516 100644
--- a/src/binary-reader-nop.h
+++ b/src/binary-reader-nop.h
@@ -56,6 +56,9 @@ class BinaryReaderNop : public BinaryReaderDelegate {
TypeMut* fields) override {
return Result::Ok;
}
+ Result OnArrayType(Index index, TypeMut field) override {
+ return Result::Ok;
+ }
Result EndTypeSection() override { return Result::Ok; }
/* Import section */