summaryrefslogtreecommitdiff
path: root/ui/logview.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2024-07-18 23:06:19 -0400
committerBrian Potchik <brian@vector35.com>2024-07-18 23:06:19 -0400
commit5fc08034ea071119c5407898c81d0aa012512430 (patch)
tree8aa1b5e8351cb5df68f794a82f0205f213d25869 /ui/logview.h
parent4360736956684054546340387193161131118796 (diff)
MemoryMap update with new segment model.
Diffstat (limited to 'ui/logview.h')
-rw-r--r--ui/logview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/logview.h b/ui/logview.h
index 3d0ce4cd..799eaf17 100644
--- a/ui/logview.h
+++ b/ui/logview.h
@@ -173,7 +173,7 @@ class BINARYNINJAUIAPI LogItemDelegate : public QStyledItemDelegate, public Bina
ViewFrame* m_viewFrame = nullptr;
View* m_view = nullptr;
BinaryViewRef m_data;
- std::vector<std::pair<uint64_t, uint64_t>> m_validRanges;
+ std::vector<BNAddressRange> m_mappedRanges;
QFont m_font;
int m_height;