diff options
Diffstat (limited to 'src/binary-reader-logging.h')
-rw-r--r-- | src/binary-reader-logging.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/binary-reader-logging.h b/src/binary-reader-logging.h index a461572b..5936dad6 100644 --- a/src/binary-reader-logging.h +++ b/src/binary-reader-logging.h @@ -327,6 +327,10 @@ class BinaryReaderLogging : public BinaryReaderDelegate { uint32_t flags, string_view name, Index event_index) override; + Result OnTableSymbol(Index index, + uint32_t flags, + string_view name, + Index event_index) override; Result OnSegmentInfoCount(Index count) override; Result OnSegmentInfo(Index index, string_view name, |