1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Protection fix

This commit is contained in:
Brian Fiete 2025-05-15 17:10:21 +02:00
parent 01ba9507c0
commit dd9bc6636b

View file

@ -18,7 +18,7 @@ namespace IDE.ui
class DirectoryTask : Task class DirectoryTask : Task
{ {
class Entry public class Entry
{ {
public bool mIsDirectory; public bool mIsDirectory;
public String mFileName ~ delete _; public String mFileName ~ delete _;