Fix memory leaks with SyntaxHighlighters

This commit is contained in:
Paulb23
2019-07-25 17:30:48 +01:00
parent 510bb3789e
commit e51aa14208
5 changed files with 31 additions and 9 deletions

View File

@ -154,6 +154,7 @@ public:
static void register_editor();
TextEditor();
~TextEditor();
};
#endif // TEXT_EDITOR_H