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 af7a92ba..a461572b 100644 --- a/src/binary-reader-logging.h +++ b/src/binary-reader-logging.h @@ -37,7 +37,9 @@ class BinaryReaderLogging : public BinaryReaderDelegate { BinarySection section_type, Offset size) override; - Result BeginCustomSection(Offset size, string_view section_name) override; + Result BeginCustomSection(Index section_index, + Offset size, + string_view section_name) override; Result EndCustomSection() override; Result BeginTypeSection(Offset size) override; |