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

@@ -44,7 +44,7 @@ namespace hex::plugin::builtin {
protected:
bool m_dataValid = false;
size_t m_dataSize = 0x00;
wolv::container::IntervalTree<std::vector<u8>, u64, 0> m_data;
wolv::container::IntervalTree<std::vector<u8>, u64> m_data;
std::fs::path m_sourceFilePath;
};