1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-07 19:18:19 +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 Entry
public class Entry
{
public bool mIsDirectory;
public String mFileName ~ delete _;