mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix EditorTranslationParser leak
This commit is contained in:
parent
09a2b77b2d
commit
0e54ba0486
4 changed files with 8 additions and 7 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue