mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Protection fix
This commit is contained in:
parent
01ba9507c0
commit
dd9bc6636b
1 changed files with 1 additions and 1 deletions
|
@ -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 _;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue