sys: Fixed crash on exit

This commit is contained in:
WerWolv
2022-07-16 12:14:15 +02:00
parent 5ee3b550bc
commit c20634e093
2 changed files with 7 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ namespace hex::plugin::builtin {
void drawContent() override;
private:
std::map<prv::Provider *, std::vector<std::shared_ptr<pl::Pattern>>> m_sortedPatterns;
std::map<prv::Provider *, std::vector<pl::Pattern*>> m_sortedPatterns;
hex::PatternDrawer m_patternDrawer;
};