From 0d0829659be019b3695795e1604d36591a3c3785 Mon Sep 17 00:00:00 2001 From: Amlal Date: Fri, 25 Oct 2024 21:08:49 +0200 Subject: Fixed bootloader makefile and moved CFKit into it's own namespace. Signed-off-by: Amlal --- dev/zka/src/GUIDWizard.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/zka/src/GUIDWizard.cc') diff --git a/dev/zka/src/GUIDWizard.cc b/dev/zka/src/GUIDWizard.cc index 77635979..a904696f 100644 --- a/dev/zka/src/GUIDWizard.cc +++ b/dev/zka/src/GUIDWizard.cc @@ -17,7 +17,7 @@ // @brief Size of UUID. #define kUUIDSize 37 -namespace Kernel::XRN::Version1 +namespace CFKit::XRN::Version1 { auto cf_make_sequence(const ArrayList& uuidSeq) -> Ref { @@ -69,4 +69,4 @@ namespace Kernel::XRN::Version1 return ErrorOr>{-1}; } -} // namespace Kernel::XRN::Version1 +} // namespace CFKit::XRN::Version1 -- cgit v1.2.3