From 9784f940cf71aef91ccbeb1a11651a83a3eff213 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 24 Jun 2024 14:33:40 +0200 Subject: IMP: UIAccessibilty class, work in progress Core CoreGraphics (GPU/FB SDK). REFACTOR: Moved Builtins to Modules/ Signed-off-by: Amlal El Mahrouss --- Kernel/FSKit/IndexableProperty.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Kernel/FSKit') 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); -- cgit v1.2.3