Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Relintai committed Feb 8, 2024
1 parent 19be158 commit 4836053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/editor_export.h
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,8 @@ class EditorExportPlatformPC : public EditorExportPlatform {
String debug_file_32;
String debug_file_64;
// For Linux only.
Map<String, String> release_files;
Map<String, String> debug_files;
RBMap<String, String> release_files;
RBMap<String, String> debug_files;

RBSet<String> extra_features;

Expand Down

0 comments on commit 4836053

Please sign in to comment.