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/Config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/boot/BootKit/Config.h') diff --git a/src/boot/BootKit/Config.h b/src/boot/BootKit/Config.h index b2641b24..42063d45 100644 --- a/src/boot/BootKit/Config.h +++ b/src/boot/BootKit/Config.h @@ -10,7 +10,7 @@ #include namespace Boot { - using namespace Kernel; +using namespace Kernel; } -#endif // ! __BOOTKIT_CONFIG_H__ \ No newline at end of file +#endif // ! __BOOTKIT_CONFIG_H__ \ No newline at end of file -- cgit v1.2.3