diff options
Diffstat (limited to 'dev/kernel/CFKit/GUIDWizard.h')
| -rw-r--r-- | dev/kernel/CFKit/GUIDWizard.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/kernel/CFKit/GUIDWizard.h b/dev/kernel/CFKit/GUIDWizard.h index 45572d32..6383ce5d 100644 --- a/dev/kernel/CFKit/GUIDWizard.h +++ b/dev/kernel/CFKit/GUIDWizard.h @@ -15,10 +15,10 @@ #include <NewKit/Stream.h> #include <NewKit/KString.h> -namespace CFKit::XRN::Version1 +namespace CF::XRN::Version1 { using namespace Kernel; - Ref<GUIDSequence*> cf_make_sequence(const ArrayList<UInt32>& seq); + Ref<GUIDSequence*> cf_make_sequence(const ArrayList<UInt32>& seq); ErrorOr<Ref<Kernel::KString>> cf_try_guid_to_string(Ref<GUIDSequence*>& guid); -} // namespace CFKit::XRN::Version1 +} // namespace CF::XRN::Version1 |
