fix: Duplicate highlightings for every yara rule

This commit is contained in:
WerWolv
2023-01-28 14:27:51 +01:00
parent b1aa58d446
commit 197e86f327
2 changed files with 3 additions and 3 deletions

View File

@@ -88,8 +88,8 @@ namespace hex::plugin::builtin {
size_t size;
bool wholeDataMatch;
u32 highlightId;
u32 tooltipId;
mutable u32 highlightId;
mutable u32 tooltipId;
};
std::vector<std::pair<std::fs::path, std::fs::path>> rules;