mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
fix: Ranges found by find view not being highlighted
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user