diff --git a/editor/editor_export.h b/editor/editor_export.h index 9afb89a24d..ed572b04e9 100644 --- a/editor/editor_export.h +++ b/editor/editor_export.h @@ -492,8 +492,8 @@ class EditorExportPlatformPC : public EditorExportPlatform { String debug_file_32; String debug_file_64; // For Linux only. - Map release_files; - Map debug_files; + RBMap release_files; + RBMap debug_files; RBSet extra_features;