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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binary-reader-logging.h b/src/binary-reader-logging.h
index 901ef79a..d8bea6c2 100644
--- a/src/binary-reader-logging.h
+++ b/src/binary-reader-logging.h
@@ -344,6 +344,7 @@ class BinaryReaderLogging : public BinaryReaderDelegate {
Result OnInitExprI32ConstExpr(Index index, uint32_t value) override;
Result OnInitExprI64ConstExpr(Index index, uint64_t value) override;
Result OnInitExprRefNull(Index index) override;
+ Result OnInitExprRefFunc(Index index, Index func_index) override;
private:
void Indent();