X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fviews%2Fdecoder_binary%2FQHexView.hpp;h=5f46ba1cae72078a76ed1cbb49fd79719fa75475;hb=8ff61402dc4ac33630deeb077e8a744a7daba6a4;hp=c39dcb2099064064570fd45b52da834303f76ea4;hpb=121307b3c50d981638cbe1e33ba5410bb2b11dd1;p=pulseview.git diff --git a/pv/views/decoder_binary/QHexView.hpp b/pv/views/decoder_binary/QHexView.hpp index c39dcb20..5f46ba1c 100644 --- a/pv/views/decoder_binary/QHexView.hpp +++ b/pv/views/decoder_binary/QHexView.hpp @@ -27,8 +27,8 @@ * SOFTWARE. */ -#ifndef PULSEVIEW_PV_VIEWS_DECODERBINARY_QHEXVIEW_H -#define PULSEVIEW_PV_VIEWS_DECODERBINARY_QHEXVIEW_H +#ifndef PULSEVIEW_PV_VIEWS_DECODER_BINARY_QHEXVIEW_HPP +#define PULSEVIEW_PV_VIEWS_DECODER_BINARY_QHEXVIEW_HPP #include @@ -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 @@ -98,4 +99,4 @@ private: vector chunk_colors_; }; -#endif /* PULSEVIEW_PV_VIEWS_DECODERBINARY_QHEXVIEW_H */ +#endif // PULSEVIEW_PV_VIEWS_DECODER_BINARY_QHEXVIEW_HPP