From 64c23b15059649aeee6d08c7940d0ff1b56512b5 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 9 Dec 2025 05:12:57 +0100 Subject: feat: New `InitializerList` class, and `LHGetLaunchInfo` implementation on `LaunchHelpers.fwrk`. fix: Fix operator!= in the `Atom` class. Signed-off-by: Amlal El Mahrouss --- src/kernel/CFKit/GUIDWizard.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kernel/CFKit/GUIDWizard.h') diff --git a/src/kernel/CFKit/GUIDWizard.h b/src/kernel/CFKit/GUIDWizard.h index 8d8f6e54..901bd261 100644 --- a/src/kernel/CFKit/GUIDWizard.h +++ b/src/kernel/CFKit/GUIDWizard.h @@ -8,14 +8,14 @@ #include #include -#include #include #include +#include #include #include #include namespace Kernel::CF::XRN::Version1 { -Ref cf_make_sequence(const ArrayList& seq); +Ref cf_make_sequence(const Array& seq); ErrorOr> cf_try_guid_to_string(Ref& guid); } // namespace Kernel::CF::XRN::Version1 -- cgit v1.2.3