From ee973f5b90befdb5c0914bc01f62262bee672ee0 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Sat, 1 Aug 2020 22:00:26 +0300 Subject: [GDScript] Add static HashMap cleanup. --- modules/gdscript/gdscript_analyzer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/gdscript/gdscript_analyzer.h') diff --git a/modules/gdscript/gdscript_analyzer.h b/modules/gdscript/gdscript_analyzer.h index 85183d3272..06d3530cb6 100644 --- a/modules/gdscript/gdscript_analyzer.h +++ b/modules/gdscript/gdscript_analyzer.h @@ -113,6 +113,8 @@ public: Error analyze(); GDScriptAnalyzer(GDScriptParser *p_parser); + + static void cleanup(); }; #endif // GDSCRIPT_ANALYZER_H -- cgit v1.2.3