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/boot/BootKit/BootKit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boot/BootKit/BootKit.h') diff --git a/src/boot/BootKit/BootKit.h b/src/boot/BootKit/BootKit.h index b00fd112..c7057d4b 100644 --- a/src/boot/BootKit/BootKit.h +++ b/src/boot/BootKit/BootKit.h @@ -337,4 +337,4 @@ inline Boolean BDiskFormatFactory::Format(const Char* part_name) { } } // namespace Boot -#endif // __BOOTKIT_H__ \ No newline at end of file +#endif // __BOOTKIT_H__ \ No newline at end of file -- cgit v1.2.3