fix: Ranges found by find view not being highlighted

This commit is contained in:
WerWolv
2023-05-22 00:00:50 +02:00
parent f57d4f2f7a
commit df75218ecb
3 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ namespace hex::plugin::builtin {
} m_searchSettings, m_decodeSettings;
using OccurrenceTree = wolv::container::IntervalTree<Occurrence, u64, 0>;
using OccurrenceTree = wolv::container::IntervalTree<Occurrence, u64>;
PerProvider<std::vector<Occurrence>> m_foundOccurrences, m_sortedOccurrences;
PerProvider<OccurrenceTree> m_occurrenceTree;