fix: In/Out parameters not working correctly when using the preprocessor

This commit is contained in:
WerWolv
2022-06-29 10:25:30 +02:00
parent 7242eb8f4c
commit 8db2bdb6a7
2 changed files with 2 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ namespace hex::plugin::builtin {
void drawContent() override;
private:
pl::PatternLanguage *m_parserRuntime;
std::unique_ptr<pl::PatternLanguage> m_parserRuntime;
std::vector<std::fs::path> m_possiblePatternFiles;
u32 m_selectedPatternFile = 0;