summaryrefslogtreecommitdiffhomepage
path: root/Kernel/FSKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-06-24 14:33:40 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-06-24 14:34:18 +0200
commit9784f940cf71aef91ccbeb1a11651a83a3eff213 (patch)
treebf0294e5ad8161372aaa27cacbfba4eb3e81eda0 /Kernel/FSKit
parent7738550a55d6fa79447d0298c53fe6320a3135b2 (diff)
IMP: UIAccessibilty class, work in progress Core CoreGraphics (GPU/FB
SDK). REFACTOR: Moved Builtins to Modules/ Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Kernel/FSKit')
-rw-r--r--Kernel/FSKit/IndexableProperty.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Kernel/FSKit/IndexableProperty.hxx b/Kernel/FSKit/IndexableProperty.hxx
index 892083a2..9e9ccf22 100644
--- a/Kernel/FSKit/IndexableProperty.hxx
+++ b/Kernel/FSKit/IndexableProperty.hxx
@@ -24,7 +24,6 @@ namespace NewOS
Char Path[kIndexerNodeNameLength];
};
-
class IndexableProperty final : public Property
{
public:
@@ -32,7 +31,7 @@ namespace NewOS
: Property(StringBuilder::Construct("\\Filesystem\\IsIndexable?").Leak().Leak())
{
}
-
+
~IndexableProperty() override = default;
NEWOS_COPY_DEFAULT(IndexableProperty);