mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 03:46:50 +01:00
Fix build.
This commit is contained in:
parent
19be158d88
commit
4836053b07
@ -492,8 +492,8 @@ private:
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user