mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-03 01:19:38 +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_32;
|
||||||
String debug_file_64;
|
String debug_file_64;
|
||||||
// For Linux only.
|
// For Linux only.
|
||||||
Map<String, String> release_files;
|
RBMap<String, String> release_files;
|
||||||
Map<String, String> debug_files;
|
RBMap<String, String> debug_files;
|
||||||
|
|
||||||
RBSet<String> extra_features;
|
RBSet<String> extra_features;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user