From dd9bc6636b26c4f6315d1e0d410433b0ae3f03b1 Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Thu, 15 May 2025 17:10:21 +0200 Subject: [PATCH] Protection fix --- IDE/src/ui/PathEditWidget.bf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IDE/src/ui/PathEditWidget.bf b/IDE/src/ui/PathEditWidget.bf index 1f407feb..e9f742c1 100644 --- a/IDE/src/ui/PathEditWidget.bf +++ b/IDE/src/ui/PathEditWidget.bf @@ -18,7 +18,7 @@ namespace IDE.ui class DirectoryTask : Task { - class Entry + public class Entry { public bool mIsDirectory; public String mFileName ~ delete _;