diff options
Diffstat (limited to 'src/binary-reader-logging.h')
-rw-r--r-- | src/binary-reader-logging.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/binary-reader-logging.h b/src/binary-reader-logging.h index 9d938e58..62c7b228 100644 --- a/src/binary-reader-logging.h +++ b/src/binary-reader-logging.h @@ -33,7 +33,9 @@ class BinaryReaderLogging : public BinaryReaderDelegate { Result BeginModule(uint32_t version) override; Result EndModule() override; - Result BeginSection(BinarySection section_type, Offset size) override; + Result BeginSection(Index section_index, + BinarySection section_type, + Offset size) override; Result BeginCustomSection(Offset size, string_view section_name) override; Result EndCustomSection() override; |