Fix EditorTranslationParser leak

This commit is contained in:
SkyJJ 2020-07-27 16:58:21 +02:00
parent 09a2b77b2d
commit 0e54ba0486
4 changed files with 8 additions and 7 deletions

View file

@ -64,6 +64,7 @@ public:
Ref<EditorTranslationParserPlugin> get_parser(const String &p_extension) const;
void add_parser(const Ref<EditorTranslationParserPlugin> &p_parser, ParserType p_type);
void remove_parser(const Ref<EditorTranslationParserPlugin> &p_parser, ParserType p_type);
void clean_parsers();
EditorTranslationParser();
~EditorTranslationParser();