mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
fix: Crashes and usability issues with the pattern tree filter
This commit is contained in:
@@ -33,7 +33,7 @@ namespace hex::plugin::visualizers {
|
||||
height = u64(arguments[2].toUnsigned());
|
||||
|
||||
auto iterable = dynamic_cast<pl::ptrn::IIterable*>(pattern.get());
|
||||
iterable->forEachEntry(0, iterable->getEntryCount(), [&](u64, pl::ptrn::Pattern *entry) {
|
||||
iterable->forEachEntry(0, iterable->getEntryCount(), [&](u64, const auto &entry) {
|
||||
tableContent.push_back(entry->toString());
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user