diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2024-10-25 21:08:49 +0200 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2024-10-25 21:08:49 +0200 |
| commit | 0d0829659be019b3695795e1604d36591a3c3785 (patch) | |
| tree | 12a9ffe10d493b7d0fe3b22a5222150e8d7eb5db /dev/zka/src/GUIDWizard.cc | |
| parent | 87b734fa4072223f144f90a5dfe2e562c5430c21 (diff) | |
Fixed bootloader makefile and moved CFKit into it's own namespace.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/zka/src/GUIDWizard.cc')
| -rw-r--r-- | dev/zka/src/GUIDWizard.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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<UInt32>& uuidSeq) -> Ref<GUIDSequence> { @@ -69,4 +69,4 @@ namespace Kernel::XRN::Version1 return ErrorOr<Ref<StringView>>{-1}; } -} // namespace Kernel::XRN::Version1 +} // namespace CFKit::XRN::Version1 |
