]> sigrok.org Git - pulseview.git/blobdiff - pv/views/decoder_binary/QHexView.hpp
Fix a few #include guard inconsistencies.
[pulseview.git] / pv / views / decoder_binary / QHexView.hpp
index c39dcb2099064064570fd45b52da834303f76ea4..5f46ba1cae72078a76ed1cbb49fd79719fa75475 100644 (file)
@@ -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 <QAbstractScrollArea>
 
@@ -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<QColor> chunk_colors_;
 };
 
-#endif /* PULSEVIEW_PV_VIEWS_DECODERBINARY_QHEXVIEW_H */
+#endif // PULSEVIEW_PV_VIEWS_DECODER_BINARY_QHEXVIEW_HPP