X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fviews%2Fdecoder_binary%2FQHexView.hpp;fp=pv%2Fviews%2Fdecoder_binary%2FQHexView.hpp;h=12729f80b28ddf86aa14fd48933d0da7c8da0549;hb=d5397ccbb61e1937757c95c2603156fdd18d1300;hp=c39dcb2099064064570fd45b52da834303f76ea4;hpb=2c5b0f467f467836f2862f5218bbb0f9e8800d30;p=pulseview.git diff --git a/pv/views/decoder_binary/QHexView.hpp b/pv/views/decoder_binary/QHexView.hpp index c39dcb20..12729f80 100644 --- a/pv/views/decoder_binary/QHexView.hpp +++ b/pv/views/decoder_binary/QHexView.hpp @@ -91,6 +91,7 @@ private: size_t posAddr_, posHex_, posAscii_; size_t charWidth_, charHeight_; size_t selectBegin_, selectEnd_, selectInit_, cursorPos_; + uint8_t address_digits_; size_t current_chunk_id_, current_chunk_offset_, current_offset_; DecodeBinaryDataChunk current_chunk_; // Cache locally so that we're not messed up when the vector is re-allocating its data