From 84cc6ff6f43b48383248282743efc514946db641 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 28 Mar 2024 13:05:28 +0100 Subject: Kernel: :boom: breaking changes, Update API and the HCORE based macros, rename HCore to NewOS. Signed-off-by: Amlal El Mahrouss --- Private/CFKit/GUIDWizard.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Private/CFKit/GUIDWizard.hpp') diff --git a/Private/CFKit/GUIDWizard.hpp b/Private/CFKit/GUIDWizard.hpp index 13cc668b..f7cc212e 100644 --- a/Private/CFKit/GUIDWizard.hpp +++ b/Private/CFKit/GUIDWizard.hpp @@ -15,7 +15,7 @@ #include #include -namespace HCore::XRN::Version1 { +namespace NewOS::XRN::Version1 { Ref make_sequence(const ArrayList& seq); -ErrorOr> try_guid_to_string(Ref& guid); -} // namespace HCore::XRN::Version1 +ErrorOr> try_guid_to_string(Ref& guid); +} // namespace NewOS::XRN::Version1 -- cgit v1.2.3