From d7112cd6909640afd7609b3a142bc6ecf921ee25 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 30 Jan 2024 08:46:09 +0100 Subject: Kernel: Breaking changes, see source code. Signed-off-by: Amlal El Mahrouss --- Private/CFKit/GUIDWizard.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Private/CFKit/GUIDWizard.hpp') diff --git a/Private/CFKit/GUIDWizard.hpp b/Private/CFKit/GUIDWizard.hpp index d8f3b05d..881505b0 100644 --- a/Private/CFKit/GUIDWizard.hpp +++ b/Private/CFKit/GUIDWizard.hpp @@ -1,7 +1,7 @@ /* * ======================================================== * - * hCore + * HCore * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== @@ -18,7 +18,7 @@ #include #include -namespace hCore::XRN::Version1 { +namespace HCore::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 HCore::XRN::Version1 -- cgit v1.2.3